globals.h: Remove unused global variable

This commit is contained in:
Steven Oliver
2015-01-02 10:26:01 -05:00
parent e114529972
commit f3b06ba6d1
3 changed files with 0 additions and 13 deletions

View File

@@ -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 */