1
0
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:
Bram Moolenaar
2022-04-03 18:02:37 +01:00
parent 292e1b9f68
commit 0b962e5685
33 changed files with 102 additions and 6823 deletions

View File

@@ -5619,20 +5619,8 @@ f_has(typval_T *argvars, typval_T *rettv)
0
#endif
},
{"gui_neXtaw",
#if defined(FEAT_GUI_ATHENA) && defined(FEAT_GUI_NEXTAW)
1
#else
0
#endif
},
{"gui_athena",
#if defined(FEAT_GUI_ATHENA) && !defined(FEAT_GUI_NEXTAW)
1
#else
0
#endif
},
{"gui_neXtaw", 0 },
{"gui_athena", 0 },
{"gui_gtk",
#ifdef FEAT_GUI_GTK
1