Macro cleanup: USE_ON_FLY_SCROLL

This commit is contained in:
Michael Reed
2015-02-17 23:16:06 -05:00
committed by Justin M. Keyes
parent 49e7164165
commit 4d7b31fd61
9 changed files with 0 additions and 51 deletions

View File

@@ -834,9 +834,6 @@ EXTERN int ctrl_x_mode INIT(= 0); /* Which Ctrl-X mode are we in? */
EXTERN int no_abbr INIT(= TRUE); /* TRUE when no abbreviations loaded */
#ifdef USE_ON_FLY_SCROLL
EXTERN int dont_scroll INIT(= FALSE); /* don't use scrollbars when TRUE */
#endif
EXTERN int mapped_ctrl_c INIT(= FALSE); /* CTRL-C is mapped */
EXTERN cmdmod_T cmdmod; /* Ex command modifiers */