[MPlayer-cvslog] r22504 - trunk/Gui/win32/interface.c

vayne subversion at mplayerhq.hu
Sat Mar 10 15:32:19 CET 2007


Author: vayne
Date: Sat Mar 10 15:32:19 2007
New Revision: 22504

Modified:
   trunk/Gui/win32/interface.c

Log:
removed redundant assignments, these get handled in evDropFile

Modified: trunk/Gui/win32/interface.c
==============================================================================
--- trunk/Gui/win32/interface.c	(original)
+++ trunk/Gui/win32/interface.c	Sat Mar 10 15:32:19 2007
@@ -344,7 +344,6 @@ void mplNext(void)
                            STREAMTYPE_STREAM);
             break;
     }
-    mplGotoTheNext = 0;
     mygui->startplay(mygui);
 }
 
@@ -367,7 +366,6 @@ void mplPrev(void)
                            STREAMTYPE_STREAM);
             break;
     }
-    mplGotoTheNext = 0;
     mygui->startplay(mygui);
 }
 



More information about the MPlayer-cvslog mailing list