diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 5126195841..e5a993aa5a 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -519,8 +519,6 @@ EXTERN int sys_menu INIT(= FALSE); * ('lines' and 'rows') must not be changed. */ EXTERN int updating_screen INIT(= FALSE); - - /* * All windows are linked in a list. firstwin points to the first entry, * lastwin to the last entry (can be the same as firstwin) and curwin to the |