Mercurial > mplayer.hg
changeset 22486:afe33a1c6e75
removed redundant assignments, these get handled in evDropFile
author | vayne |
---|---|
date | Sat, 10 Mar 2007 14:32:19 +0000 |
parents | b8b28afb5465 |
children | 1c5ea79749ea |
files | Gui/win32/interface.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/win32/interface.c Fri Mar 09 22:06:17 2007 +0000 +++ b/Gui/win32/interface.c Sat Mar 10 14:32:19 2007 +0000 @@ -344,7 +344,6 @@ STREAMTYPE_STREAM); break; } - mplGotoTheNext = 0; mygui->startplay(mygui); } @@ -367,7 +366,6 @@ STREAMTYPE_STREAM); break; } - mplGotoTheNext = 0; mygui->startplay(mygui); }