From b463e8d999ec812d656876f313efbeaeed663b45 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 5 Jun 2017 15:07:09 +0200 Subject: patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed 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) --- src/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index f8a23ed78b..a93450710f 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 -- cgit v1.2.3