summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/structs.h b/src/structs.h
index b514c1e85f..2954035e30 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2366,11 +2366,6 @@ struct VimMenu
MenuHandle menu_handle;
MenuHandle submenu_handle;
#endif
-#ifdef RISCOS
- int *id; /* Not used, but gui.c needs it */
- int greyed_out; /* Flag */
- int hidden;
-#endif
#ifdef FEAT_GUI_PHOTON
PtWidget_t *id;
PtWidget_t *submenu_id;