summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.c
diff options
context:
space:
mode:
authorrbtnn <naru123456789@gmail.com>2022-10-01 15:47:04 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-01 15:47:04 +0100
commitb850c39676db21c6f1aa3afed0e2e48d407dd60e (patch)
tree119543edf4ac47c2284790fba2ba88a5f584af9c /src/gui_gtk_x11.c
parent87b4e5c5db9d1cfd6f2e79656e1a6cff3c69d15f (diff)
patch 9.0.0633: FEAT_TITLE was removed but is still usedv9.0.0633
Problem: FEAT_TITLE was removed but is still used. Solution: Remove FEAT_TITLE. (Naruhiko Nishino, closes #11256)
Diffstat (limited to 'src/gui_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index 945cb09ca9..736d1c7a27 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -6159,7 +6159,7 @@ gui_mch_haskey(char_u *name)
return FAIL;
}
-#if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
+#if defined(FEAT_EVAL) || defined(PROTO)
/*
* Return the text window-id and display. Only required for X-based GUI's
*/