1
0
forked from aniani/vim

Remove the old and not well supported GTK 1 code. (James Vega)

This commit is contained in:
Bram Moolenaar
2010-06-25 05:37:59 +02:00
parent ba52cde53d
commit 182c5be111
21 changed files with 238 additions and 4359 deletions

View File

@@ -916,17 +916,9 @@ list_version()
#else
# ifdef FEAT_GUI_GTK
# ifdef FEAT_GUI_GNOME
# ifdef HAVE_GTK2
MSG_PUTS(_("with GTK2-GNOME GUI."));
# else
MSG_PUTS(_("with GTK-GNOME GUI."));
# endif
# else
# ifdef HAVE_GTK2
MSG_PUTS(_("with GTK2 GUI."));
# else
MSG_PUTS(_("with GTK GUI."));
# endif
# endif
# else
# ifdef FEAT_GUI_MOTIF