summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-04 21:19:20 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-04 21:19:20 +0000
commitc83c455ee7ce20c9e187b8fef1f1783ef8d7f10b (patch)
treed76f12e27a1543c1d675a39a42314fa124f17b9e /src/gui.h
parent2317284d1bce300292327571439863b05b8e4522 (diff)
updated for version 7.0030
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/src/gui.h b/src/gui.h
index bcb36de7c5..aad355bfa5 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -11,10 +11,6 @@
/* #define D(x) printf x; */
#define D(x)
-#if defined(FEAT_GUI_AMIGA)
-# include <intuition/intuition.h>
-#endif
-
#ifdef FEAT_GUI_MOTIF
# define FEAT_GUI_X11
# include <Xm/Xm.h>
@@ -52,10 +48,6 @@ class VimWidget;
# include <gtk/gtk.h>
#endif
-#ifdef FEAT_GUI_BEOS
-# include "gui_beos.h"
-#endif
-
#ifdef FEAT_GUI_MAC
# include <Types.h>
/*# include <Memory.h>*/
@@ -102,7 +94,7 @@ class VimWidget;
* GUIs that support dropping files on a running Vim.
*/
#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) \
- || defined(FEAT_GUI_BEOS) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)
+ || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)
# define HAVE_DROP_FILE
#endif
@@ -230,9 +222,6 @@ typedef struct GuiScrollbar
scroll_shift is set to the number of shifts
to reduce the count. */
#endif
-#if FEAT_GUI_BEOS
- VimScrollBar *id; /* Pointer to real scroll bar */
-#endif
#ifdef FEAT_GUI_MAC
ControlHandle id; /* A handle to the scrollbar */
#endif
@@ -476,14 +465,6 @@ typedef struct Gui
guicolor_T currBgColor; /* Current background text color */
#endif
-#ifdef FEAT_GUI_BEOS
- VimApp *vimApp;
- VimWindow *vimWindow;
- VimFormView *vimForm;
- VimTextAreaView *vimTextArea;
- int vdcmp; /* Vim Direct Communication Message Port */
-#endif
-
#ifdef FEAT_GUI_MAC
WindowPtr VimWindow;
MenuHandle MacOSHelpMenu; /* Help menu provided by the MacOS */
@@ -493,12 +474,6 @@ typedef struct Gui
int visibility; /* Is window partially/fully obscured? */
#endif
-#if defined(FEAT_GUI_AMIGA)
- struct Window *window; /* a handle to the amiga window */
- struct Menu *menu; /* a pointer to the first menu */
- struct TextFont *textfont; /* a pointer to the font structure */
-#endif
-
#ifdef RISCOS
int window_handle;
char_u *window_title;