Remove W_NEXT use ->w_next

This commit is contained in:
Wayne Rowcliffe
2014-09-19 23:31:20 -05:00
parent 9b6f192693
commit 7aca07b0a7
3 changed files with 2 additions and 3 deletions

View File

@@ -518,7 +518,6 @@ EXTERN int updating_screen INIT(= FALSE);
EXTERN win_T *firstwin; /* first window */
EXTERN win_T *lastwin; /* last window */
EXTERN win_T *prevwin INIT(= NULL); /* previous window */
# define W_NEXT(wp) ((wp)->w_next)
/*
* When using this macro "break" only breaks out of the inner loop. Use "goto"
* to break out of the tabpage loop.