0
0
mirror of https://github.com/vim/vim.git synced 2025-11-15 23:14:06 -05:00

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

@@ -641,8 +641,7 @@ gui_x11_set_back_color(void)
}
/*
* 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 @@ gui_mch_destroy_menu(vimmenu_T *menu)
// 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);