summaryrefslogtreecommitdiffstats
path: root/src/feature.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/feature.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/feature.h')
-rw-r--r--src/feature.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/feature.h b/src/feature.h
index 6334288feb..26296d337e 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -127,6 +127,8 @@
* Support was removed in 8.1.1093.
* +farsi Farsi (Persian language) Keymap support.
* Removed in patch 8.1.0932
+ * +footer Motif only: Add a message area at the bottom of the
+ * main window area.
*/
/*
@@ -1133,14 +1135,6 @@
# endif
#endif
-#if 0
-/*
- * +footer Motif only: Add a message area at the bottom of the
- * main window area.
- */
-# define FEAT_FOOTER
-#endif
-
/*
* +autochdir 'autochdir' option.
*/