From 0b03ca9d27df2576fc2026389d3d60abacd3808f Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Aug 2002 15:55:58 +0000 Subject: removed old input code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/interface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Gui/interface.c') diff --git a/Gui/interface.c b/Gui/interface.c index 9caf1a245a..f2225f4e44 100644 --- a/Gui/interface.c +++ b/Gui/interface.c @@ -355,7 +355,6 @@ int guiGetEvent( int type,char * arg ) #endif } break; -#ifdef HAVE_NEW_INPUT case guiIEvent: printf( "cmd: %d\n",(int)arg ); switch( (int)arg ) @@ -370,7 +369,6 @@ int guiGetEvent( int type,char * arg ) mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 ); } break; -#endif case guiReDraw: mplEventHandling( evRedraw,0 ); break; -- cgit v1.2.3