mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 9.0.0375: the footer feature is unused
Problem: The footer feature is unused. Solution: Remove FEAT_FOOTER and code.
This commit is contained in:
@@ -402,10 +402,6 @@ typedef struct Gui
|
||||
int tabline_height;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_FOOTER
|
||||
int footer_height; // height of the message footer
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_TOOLBAR) \
|
||||
&& (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_HAIKU) || defined(FEAT_GUI_MSWIN))
|
||||
int toolbar_height; // height of the toolbar
|
||||
|
Reference in New Issue
Block a user