diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-26 05:38:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-26 05:38:18 +0200 |
commit | 0eda7ac7f897433c9d346743bf38fcd291673070 (patch) | |
tree | 90a05f07c0c73e33b1097fab8f73d57a019027df /src/config.h.in | |
parent | 51f53dfe17617792a0275b19f27b50f98b0db764 (diff) | |
download | vim-git-0eda7ac7f897433c9d346743bf38fcd291673070.tar.gz |
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in index f6c4561ae..2ebd8df5b 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -366,9 +366,6 @@ /* Define if you use KDE and want KDE Toolbar support. */ #undef FEAT_KDETOOLBAR -/* Define if GTK+ 2 is available. */ -#undef HAVE_GTK2 - /* Define if GTK+ multihead support is available (requires GTK+ >= 2.1.1). */ #undef HAVE_GTK_MULTIHEAD |