summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-10 16:41:25 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-10 16:41:25 +0200
commite60acc180b1886825246d194a2b9ce5d9bb91b2c (patch)
treef5ab918ed519ca9ae21ef5d9ebf86649393b6200 /src/structs.h
parent536681be5deba615f5ebe3edc3ce85ef01830876 (diff)
downloadvim-e60acc180b1886825246d194a2b9ce5d9bb91b2c.zip
updated for version 7.3.187
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
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 b514c1e85..2954035e3 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;