diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-25 05:37:59 +0200 |
commit | 182c5be111889643294083c830080cfbaa3dd154 (patch) | |
tree | 4c393150480418e953031c93453cedc10738185f /src/main.c | |
parent | ba52cde53d8eeb0bd8949ab0acc47a56f87e7963 (diff) | |
download | vim-git-182c5be111889643294083c830080cfbaa3dd154.tar.gz |
Remove the old and not well supported GTK 1 code. (James Vega)
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 1b2e6ee69..2ca1ebe84 100644 --- a/src/main.c +++ b/src/main.c @@ -3233,9 +3233,7 @@ usage() main_msg(_("-geometry <geom>\tUse <geom> for initial geometry (also: -geom)")); main_msg(_("-reverse\t\tUse reverse video (also: -rv)")); main_msg(_("-display <display>\tRun vim on <display> (also: --display)")); -# ifdef HAVE_GTK2 main_msg(_("--role <role>\tSet a unique role to identify the main window")); -# endif main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget")); #endif #ifdef FEAT_GUI_W32 |