mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
globals.h: Remove unused global variable
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user