Removed FEAT_WINDOWS

Support for multiple windows and status line.
This commit is contained in:
Hinidu
2014-04-08 23:52:28 +03:00
committed by Justin M. Keyes
parent 3dddceedce
commit dd7657c160
9 changed files with 14 additions and 25 deletions

View File

@@ -395,7 +395,6 @@ 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
* currently active window.
* Without the FEAT_WINDOWS they are all equal.
*/
EXTERN win_T *firstwin; /* first window */
EXTERN win_T *lastwin; /* last window */