diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index c62e96a2c..d5320d727 100644 --- a/src/globals.h +++ b/src/globals.h @@ -728,7 +728,6 @@ EXTERN colnr_T ai_col INIT(= 0); EXTERN int end_comment_pending INIT(= NUL); #endif -#ifdef FEAT_SCROLLBIND /* * This flag is set after a ":syncbind" to let the check_scrollbind() function * know that it should not attempt to perform scrollbinding due to the scroll @@ -736,7 +735,6 @@ EXTERN int end_comment_pending INIT(= NUL); * undo some of the work done by ":syncbind.") -ralston */ EXTERN int did_syncbind INIT(= FALSE); -#endif #ifdef FEAT_SMARTINDENT /* |