comparison mplayer.c @ 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
comparison
equal deleted inserted replaced
33888:b6ec17457aae 33889:ab5aca1a07ce
4073 } else 4073 } else
4074 break; 4074 break;
4075 } 4075 }
4076 4076
4077 #ifdef CONFIG_GUI 4077 #ifdef CONFIG_GUI
4078 if (use_gui && !mpctx->playtree_iter) { 4078 if (use_gui) {
4079 #ifdef CONFIG_DVDREAD 4079 #ifdef CONFIG_DVDREAD
4080 if (!guiInfo.DiskChanged) 4080 if (!guiInfo.DiskChanged)
4081 #endif 4081 #endif
4082 gui(GUI_END_FILE, 0); 4082 gui(GUI_END_FILE, 0);
4083 } 4083 }