summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-05 15:07:09 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-05 15:07:09 +0200
commitb463e8d999ec812d656876f313efbeaeed663b45 (patch)
treebb1a8339a15d93724916a8600087aacc97939278 /src/config.h.in
parent6aa8cea46d4179b2617daae034063dd0d8054e35 (diff)
downloadvim-git-b463e8d999ec812d656876f313efbeaeed663b45.tar.gz
patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620
Problem: Since we only support GTK versions that have it, the ckeck for HAVE_GTK_MULTIHEAD is no longer needed. Solution: Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in
index f8a23ed78..a93450710 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -398,9 +398,6 @@
/* Define if you use KDE and want KDE Toolbar support. */
#undef FEAT_KDETOOLBAR
-/* Define if GTK+ multihead support is available (requires GTK+ >= 2.1.1). */
-#undef HAVE_GTK_MULTIHEAD
-
/* Define if your X has own locale library */
#undef X_LOCALE