summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-03 18:02:37 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-03 18:02:37 +0100
commit0b962e5685edd41b55d5427b894797e725707639 (patch)
tree0b6bddeb6a2c7da603b71474b87f185dc14a02ea /src/structs.h
parent292e1b9f681054a1de8fa22315ae6eedd7acb205 (diff)
patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/structs.h b/src/structs.h
index 6c92f073f4..9f1e11d660 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -4003,9 +4003,6 @@ struct VimMenu
char **xpm; // pixmap data
char *xpm_fname; // file with pixmap data
#endif
-#ifdef FEAT_GUI_ATHENA
- Pixmap image; // Toolbar image
-#endif
#ifdef FEAT_BEVAL_TIP
BalloonEval *tip; // tooltip for this menu item
#endif