summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-04 12:29:28 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-04 12:29:28 +0100
commitc8ac3a072f18d4b250e55e91f610fe517e218777 (patch)
tree4f6e5b2dc9b0abfb611325cc664b799638c7b4fd /src/gui.h
parent3c7707680fea0881fe96c75f962af01edf810d5d (diff)
patch 9.0.0375: the footer feature is unusedv9.0.0375
Problem: The footer feature is unused. Solution: Remove FEAT_FOOTER and code.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui.h b/src/gui.h
index 003609315c..aecba27d82 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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