From 5b8371fdd512e550f062c8274a285ccc2a0a651f Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 2 Feb 2017 12:37:56 -0500 Subject: [PATCH] Removed unused commands left over from pre-X11 selection handling --- xedit.c | 6 ------ 1 file changed, 6 deletions(-) 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 }; -- 2.52.0