summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
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