changeset 33889:ab5aca1a07ce

Remove pointless condition. The GUI doesn't use playtree and thus mpctx->playtree_iter is always NULL.
author ib
date Fri, 12 Aug 2011 10:23:25 +0000
parents b6ec17457aae
children c51e44dd38e2
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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