diff src/feature.h @ 64:587305d23d2c

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:23:48 +0000
parents c75153d791d0
children 8c60f65311fa
line wrap: on
line diff
--- a/src/feature.h
+++ b/src/feature.h
@@ -976,7 +976,7 @@
  * +mouse		Any mouse support (any of the above enabled).
  */
 /* OS/2 and Amiga console have no mouse support */
-#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA)
+#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS))
 # ifdef FEAT_NORMAL
 #  define FEAT_MOUSE_XTERM
 # endif