diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-10 16:41:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-10 16:41:25 +0200 |
commit | e60acc180b1886825246d194a2b9ce5d9bb91b2c (patch) | |
tree | f5ab918ed519ca9ae21ef5d9ebf86649393b6200 /src/structs.h | |
parent | 536681be5deba615f5ebe3edc3ce85ef01830876 (diff) | |
download | vim-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.h | 5 |
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; |