patch 8.2.4677: the Athena GUI support is outdated
Problem: The Athena GUI support is outdated.
Solution: Remove the Athena GUI code.
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 768b27f..5a0428e 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -5619,20 +5619,8 @@
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