0
0
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:
Bram Moolenaar
2022-09-04 12:29:28 +01:00
parent 3c7707680f
commit c8ac3a072f
6 changed files with 6 additions and 167 deletions

View File

@@ -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