From: Michael D. Lowis Date: Thu, 2 Feb 2017 17:37:56 +0000 (-0500) Subject: Removed unused commands left over from pre-X11 selection handling X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5b8371fdd512e550f062c8274a285ccc2a0a651f;p=projs%2Ftide.git Removed unused commands left over from pre-X11 selection handling --- diff --git a/xedit.c b/xedit.c index f20b921..1d2b0a0 100644 --- 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 };