summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-01-04 21:12:13 +0000
committervimboss <devnull@localhost>2005-01-04 21:12:13 +0000
commit7493643540ebb4ba1f377e8789712344835738b4 (patch)
tree718fd34fd190fa7356ab4f7745bd131146f810ad /src/proto.h
parentaeabd94a139dca8647e61d55f6baac2f7f13d7ea (diff)
downloadvim-7493643540ebb4ba1f377e8789712344835738b4.tar.gz
updated for version 7.0030
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/proto.h b/src/proto.h
index 77ea826c..ed162584 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -202,18 +202,12 @@ extern char_u *vimpty_getenv __ARGS((const char_u *string)); /* from pty.c */
extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x, int y, guicolor_T fg, guicolor_T bg, guicolor_T scroll_fg, guicolor_T scroll_bg));
# endif
# endif
-# ifdef FEAT_GUI_BEOS
-# include "gui_beos.pro"
-# endif
# ifdef FEAT_GUI_MAC
# include "gui_mac.pro"
# endif
# ifdef FEAT_GUI_X11
# include "gui_x11.pro"
# endif
-# if defined(FEAT_GUI_AMIGA)
-# include "gui_amiga.pro"
-# endif
# ifdef RISCOS
# include "gui_riscos.pro"
# endif