diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-04 12:29:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-04 12:29:28 +0100 |
commit | c8ac3a072f18d4b250e55e91f610fe517e218777 (patch) | |
tree | 4f6e5b2dc9b0abfb611325cc664b799638c7b4fd /src/feature.h | |
parent | 3c7707680fea0881fe96c75f962af01edf810d5d (diff) | |
download | vim-git-c8ac3a072f18d4b250e55e91f610fe517e218777.tar.gz |
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.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/feature.h b/src/feature.h index 6334288fe..26296d337 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. */ |