mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
removed redundant assignments, these get handled in evDropFile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b3ff62e7f
commit
217deee877
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user