From 0d4684acd648ccdcfb8db33c72cc5942c5dda415 Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 16 Feb 2008 15:56:41 +0000 Subject: [PATCH] Remove silly CUTCHAR_RESOURCE macro. --- src/feature.h | 7 +------ src/xdefaults.C | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/feature.h b/src/feature.h index b9884ae8..ef0d7e56 100644 --- a/src/feature.h +++ b/src/feature.h @@ -215,15 +215,10 @@ */ #define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}" -/* - * Add run-time support for changing the cutchars for double click selection - */ -#define CUTCHAR_RESOURCE - /* * Have mouse reporting include double-click info for button1 */ -//#define MOUSE_REPORT_DOUBLECLICK +/* #define MOUSE_REPORT_DOUBLECLICK */ /* * Set delay between multiple click events [default: 500 milliseconds] diff --git a/src/xdefaults.C b/src/xdefaults.C index 3bf24053..6b263624 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -245,9 +245,7 @@ optList[] = { RSTRG (Rs_print_pipe, "print-pipe", "string"), #endif STRG (Rs_modifier, "modifier", "mod", "modifier", "meta modifier = alt|meta|hyper|super|mod1|...|mod5"), -#ifdef CUTCHAR_RESOURCE RSTRG (Rs_cutchars, "cutchars", "string"), -#endif /* CUTCHAR_RESOURCE */ RSTRG (Rs_answerbackstring, "answerbackString", "string"), #ifndef NO_SECONDARY_SCREEN BOOL (Rs_secondaryScreen, "secondaryScreen", "ssc", Opt_secondaryScreen, 0, "enable secondary screen"), -- 2.34.1