]> git.mdlowis.com Git - projs/tide.git/commitdiff
Removed unused commands left over from pre-X11 selection handling
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 2 Feb 2017 17:37:56 +0000 (12:37 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 2 Feb 2017 17:37:56 +0000 (12:37 -0500)
xedit.c

diff --git a/xedit.c b/xedit.c
index f20b921df111365f498ba547176919acfa303764..1d2b0a0e115760651884064c0353f8351e740e62 100644 (file)
--- a/xedit.c
+++ b/xedit.c
@@ -181,12 +181,6 @@ static KeyBinding Bindings[] = {
  *****************************************************************************/
 /* The shell: Filled in with $SHELL. Used to execute commands */
 static char* ShellCmd[] = { NULL, "-c", NULL, NULL };
-
-#ifdef __MACH__
-static char* CopyCmd[]  = { "pbcopy", NULL };
-#else
-static char* CopyCmd[]  = { "xsel", "-bi", NULL };
-#endif
 static char* PickFileCmd[] = { "xfilepick", ".", NULL };
 static char* PickTagCmd[] = { "xtagpick", "tags", NULL, NULL };
 static char* OpenCmd[] = { "xedit", NULL, NULL };