summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-04 21:13:16 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-04 21:13:16 +0000
commitbac9684e4276b3209d57b02445f74b368b5b6c05 (patch)
tree30820b3ccba7ad199877b0e35517a590334fa87a /src
parente8dcf625b920b0364a994e2cc8261ef229a679ea (diff)
updated for version 7.0030
Diffstat (limited to 'src')
-rw-r--r--src/vim.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vim.h b/src/vim.h
index 863744839f..8779b4d1c5 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -87,8 +87,6 @@
|| defined(FEAT_GUI_MAC) \
|| defined(FEAT_GUI_W32) \
|| defined(FEAT_GUI_W16) \
- || defined(FEAT_GUI_BEOS) \
- || defined(FEAT_GUI_AMIGA) \
|| defined(FEAT_GUI_PHOTON) \
|| defined(FEAT_GUI_KDE)
# if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
@@ -1588,9 +1586,6 @@ typedef struct VimClipboard
int_u format; /* Vim's own special clipboard format */
int_u format_raw; /* Vim's raw text clipboard format */
# endif
-# ifdef FEAT_GUI_BEOS
- /* no clipboard at the moment */
-# endif
} VimClipboard;
#else
typedef int VimClipboard; /* This is required for the prototypes. */