aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/term.h')
-rw-r--r--src/nvim/term.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/term.h b/src/nvim/term.h
index 17154b8c26..3f70f484a7 100644
--- a/src/nvim/term.h
+++ b/src/nvim/term.h
@@ -52,10 +52,6 @@
* 128 = 16384 columns, now it's reduced to 10000. */
#define MOUSE_COLOFF 10000
-#if defined(UNIX)
-# define CHECK_DOUBLE_CLICK 1 /* Checking for double clicks ourselves. */
-#endif
-
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "term.h.generated.h"
#endif