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/main.c | |
parent | 536681be5deba615f5ebe3edc3ce85ef01830876 (diff) | |
download | vim-git-e60acc180b1886825246d194a2b9ce5d9bb91b2c.tar.gz |
updated for version 7.3.187v7.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/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c index a296cd448..5d3e69920 100644 --- a/src/main.c +++ b/src/main.c @@ -3276,11 +3276,6 @@ usage() main_msg(_("+reverse\t\tDon't use reverse video (also: +rv)")); main_msg(_("-xrm <resource>\tSet the specified resource")); #endif /* FEAT_GUI_X11 */ -#if defined(FEAT_GUI) && defined(RISCOS) - mch_msg(_("\nArguments recognised by gvim (RISC OS version):\n")); - main_msg(_("--columns <number>\tInitial width of window in columns")); - main_msg(_("--rows <number>\tInitial height of window in rows")); -#endif #ifdef FEAT_GUI_GTK mch_msg(_("\nArguments recognised by gvim (GTK+ version):\n")); main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)")); |