Macro cleanup: USE_EXE_NAME

This commit is contained in:
Michael Reed
2015-02-03 21:15:45 -05:00
committed by Justin M. Keyes
parent 0925870d0c
commit cf663588d9
2 changed files with 0 additions and 24 deletions

View File

@@ -837,10 +837,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_EXE_NAME
EXTERN char_u *exe_name; /* the name of the executable */
#endif
#ifdef USE_ON_FLY_SCROLL
EXTERN int dont_scroll INIT(= FALSE); /* don't use scrollbars when TRUE */
#endif