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/proto/gui_gtk.pro | |
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/proto/gui_gtk.pro')
-rw-r--r-- | src/proto/gui_gtk.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/gui_gtk.pro b/src/proto/gui_gtk.pro index 960d631b9..8b883582a 100644 --- a/src/proto/gui_gtk.pro +++ b/src/proto/gui_gtk.pro @@ -18,6 +18,5 @@ void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); void gui_make_popup __ARGS((char_u *path_name, int mouse_pos)); void gui_mch_find_dialog __ARGS((exarg_T *eap)); void gui_mch_replace_dialog __ARGS((exarg_T *eap)); -void gui_gtk_synch_fonts __ARGS((void)); void ex_helpfind __ARGS((exarg_T *eap)); /* vim: set ft=c : */ |