forked from aniani/vim
patch 8.2.4677: the Athena GUI support is outdated
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
This commit is contained in:
@@ -116,7 +116,6 @@
|
||||
|
||||
#if defined(FEAT_GUI_MOTIF) \
|
||||
|| defined(FEAT_GUI_GTK) \
|
||||
|| defined(FEAT_GUI_ATHENA) \
|
||||
|| defined(FEAT_GUI_HAIKU) \
|
||||
|| defined(FEAT_GUI_MSWIN) \
|
||||
|| defined(FEAT_GUI_PHOTON)
|
||||
@@ -190,9 +189,6 @@
|
||||
# ifdef FEAT_GUI_MOTIF
|
||||
# undef FEAT_GUI_MOTIF
|
||||
# endif
|
||||
# ifdef FEAT_GUI_ATHENA
|
||||
# undef FEAT_GUI_ATHENA
|
||||
# endif
|
||||
# ifdef FEAT_GUI_GTK
|
||||
# undef FEAT_GUI_GTK
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user