diff Gui/interface.c @ 7111:b65b78640d49

removed old input code
author alex
date Wed, 28 Aug 2002 15:55:58 +0000
parents 8e9607c5897e
children 0dc9cb756b68
line wrap: on
line diff
--- a/Gui/interface.c	Wed Aug 28 14:17:06 2002 +0000
+++ b/Gui/interface.c	Wed Aug 28 15:55:58 2002 +0000
@@ -355,7 +355,6 @@
 #endif
 	 }
 	break;
-#ifdef HAVE_NEW_INPUT
    case guiIEvent:
         printf( "cmd: %d\n",(int)arg );
 	switch( (int)arg )
@@ -370,7 +369,6 @@
 	       mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 );
 	 }
 	break;
-#endif
    case guiReDraw:
 	mplEventHandling( evRedraw,0 );
 	break;