mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
Remove the old and not well supported GTK 1 code. (James Vega)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user