# HG changeset patch # User ib # Date 1313144605 0 # Node ID ab5aca1a07cefa2f4b711ad59bf7773daa70bc95 # Parent b6ec17457aae0ad01381186fab0c498a3e2f024b Remove pointless condition. The GUI doesn't use playtree and thus mpctx->playtree_iter is always NULL. diff -r b6ec17457aae -r ab5aca1a07ce mplayer.c --- a/mplayer.c Fri Aug 12 09:41:08 2011 +0000 +++ b/mplayer.c Fri Aug 12 10:23:25 2011 +0000 @@ -4075,7 +4075,7 @@ } #ifdef CONFIG_GUI - if (use_gui && !mpctx->playtree_iter) { + if (use_gui) { #ifdef CONFIG_DVDREAD if (!guiInfo.DiskChanged) #endif