From c8ac3a072f18d4b250e55e91f610fe517e218777 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 4 Sep 2022 12:29:28 +0100 Subject: patch 9.0.0375: the footer feature is unused Problem: The footer feature is unused. Solution: Remove FEAT_FOOTER and code. --- src/feature.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/feature.h') 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. */ -- cgit v1.2.3