summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
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 d31629e0e1..9638eaaf66 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -293,12 +293,6 @@ extern char_u *vimpty_getenv(const char_u *string); // in misc2.c
# include "gui_motif.pro"
# include "gui_xmdlg.pro"
# endif
-# ifdef FEAT_GUI_ATHENA
-# include "gui_athena.pro"
-# ifdef FEAT_BROWSE
-extern char *vim_SelFile(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_HAIKU
# include "gui_haiku.pro"
# endif