summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-12-06 19:50:41 +0000
committervimboss <devnull@localhost>2005-12-06 19:50:41 +0000
commit5ddda99355d196bad49df373f23c87df1dc755f8 (patch)
tree1ed76e3b15dfd3280a92cf0699d5c851730f09bd /src/proto.h
parenta3a880e905b58164ff265b0a4815968973fb6c72 (diff)
downloadvim-5ddda99355d196bad49df373f23c87df1dc755f8.tar.gz
updated for version 7.0163
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/proto.h b/src/proto.h
index 490f9695..c81212cc 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -20,7 +20,7 @@
* Machine-dependent routines.
*/
/* avoid errors in function prototypes */
-# if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_KDE)
+# if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK)
# define Display int
# define Widget int
# endif
@@ -62,9 +62,6 @@ extern int _stricoll __ARGS((char *a, char *b));
# ifdef __BEOS__
# include "os_beos.pro"
# endif
-# ifdef MACOS
-# include "os_mac.pro"
-# endif
# ifdef RISCOS
# include "os_riscos.pro"
# endif
@@ -198,10 +195,6 @@ extern char_u *vimpty_getenv __ARGS((const char_u *string)); /* from pty.c */
# ifdef FEAT_GUI_W32
# include "gui_w32.pro"
# endif
-# ifdef FEAT_GUI_KDE
-# include "gui_kde.pro"
-# include "gui_kde_x11.pro"
-# endif
# ifdef FEAT_GUI_GTK
# include "gui_gtk.pro"
# include "gui_gtk_x11.pro"