diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:18:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:18:32 +0000 |
commit | 383f9bc30278b6d803d98e496b14cc867ce651ad (patch) | |
tree | fa0fcae7ec276ae69800b64ca7997d961158a94e /src/proto/gui_gtk.pro | |
parent | c92ad2e2c2451365d25d84c52dbcbac811797171 (diff) | |
download | vim-git-383f9bc30278b6d803d98e496b14cc867ce651ad.tar.gz |
updated for version 7.0042
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 882587e55..afe38dc2b 100644 --- a/src/proto/gui_gtk.pro +++ b/src/proto/gui_gtk.pro @@ -14,7 +14,6 @@ void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter)); char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir)); int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield)); -int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield)); void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); void gui_make_popup __ARGS((char_u *path_name)); void gui_mch_find_dialog __ARGS((exarg_T *eap)); |