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/gui_motif.c b/src/gui_motif.c
index 97b0bf9..27c22d1 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -641,8 +641,7 @@
}
/*
- * Manage dialog centered on pointer. This could be used by the Athena code as
- * well.
+ * Manage dialog centered on pointer.
*/
void
manage_centered(Widget dialog_child)
@@ -1596,9 +1595,6 @@
// Please be sure to destroy the parent widget first (i.e. menu->id).
// On the other hand, problems have been reported that the submenu must be
// deleted first...
- //
- // This code should be basically identical to that in the file gui_athena.c
- // because they are both Xt based.
if (menu->submenu_id != (Widget)0)
{
XtDestroyWidget(menu->submenu_id);