]> granicus.if.org Git - vim/commitdiff
updated for version 7.0030
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:13:16 +0000 (21:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:13:16 +0000 (21:13 +0000)
src/vim.h

index 863744839fa1539f1b303a3a79409743ae74314e..8779b4d1c5eda54b5774568b19265fb2ac3b1eb1 100644 (file)
--- 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. */