aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorSteven Oliver <oliver.steven@gmail.com>2015-01-02 10:26:01 -0500
committerSteven Oliver <oliver.steven@gmail.com>2015-01-02 21:10:08 -0500
commitf3b06ba6d12b19d979c32f1903ec6ebb2041a10c (patch)
tree07ed669e42684a8e0b4d819e95307c7421575e68 /src/nvim/globals.h
parente114529972c713d49ee50896760ea00365abe486 (diff)
downloadrneovim-f3b06ba6d12b19d979c32f1903ec6ebb2041a10c.tar.gz
rneovim-f3b06ba6d12b19d979c32f1903ec6ebb2041a10c.tar.bz2
rneovim-f3b06ba6d12b19d979c32f1903ec6ebb2041a10c.zip
globals.h: Remove unused global variable
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index f53a780efe..11a7e9ecac 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -497,14 +497,6 @@ EXTERN bool mouse_past_bottom INIT(= false); /* mouse below last line */
EXTERN bool mouse_past_eol INIT(= false); /* mouse right of line */
EXTERN int mouse_dragging INIT(= 0); /* extending Visual area with
mouse dragging */
-/*
- * When the DEC mouse has been pressed but not yet released we enable
- * automatic querys for the mouse position.
- */
-EXTERN int WantQueryMouse INIT(= FALSE);
-
-
-
/* Value set from 'diffopt'. */
EXTERN int diff_context INIT(= 6); /* context for folds */