aboutsummaryrefslogtreecommitdiff
path: root/vis-clipboard
diff options
context:
space:
mode:
Diffstat (limited to 'vis-clipboard')
-rwxr-xr-xvis-clipboard4
1 files changed, 0 insertions, 4 deletions
diff --git a/vis-clipboard b/vis-clipboard
index bb993e7..fd9cf7b 100755
--- a/vis-clipboard
+++ b/vis-clipboard
@@ -37,10 +37,6 @@ vc_determine_command() {
done
fi
- if [ "$sel" = "primary" ]; then
- vc_fatal "clipboard primary selection is not supported on your platform"
- fi
-
if command -v pbcopy >/dev/null 2>&1; then
echo 'mac'
return 0