[MPlayer-cvslog] r33977 - trunk/mplayer.c
ib
subversion at mplayerhq.hu
Fri Aug 12 12:23:25 CEST 2011
Author: ib
Date: Fri Aug 12 12:23:25 2011
New Revision: 33977
Log:
Remove pointless condition.
The GUI doesn't use playtree and thus mpctx->playtree_iter is always NULL.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Fri Aug 12 11:41:08 2011 (r33976)
+++ trunk/mplayer.c Fri Aug 12 12:23:25 2011 (r33977)
@@ -4075,7 +4075,7 @@ goto_next_file: // don't jump here afte
}
#ifdef CONFIG_GUI
- if (use_gui && !mpctx->playtree_iter) {
+ if (use_gui) {
#ifdef CONFIG_DVDREAD
if (!guiInfo.DiskChanged)
#endif
More information about the MPlayer-cvslog
mailing list