# HG changeset patch # User ib # Date 1329872830 0 # Node ID a5c69b91ff2ce3305c6e3ec85728f2a44f3a93f2 # Parent ca53dc5326fafe99808c62a684c62dc97803f3c5 Remove unnecessary condition. The listMgr can handle empty lists. diff -r ca53dc5326fa -r a5c69b91ff2c gui/ui/gtk/playlist.c --- a/gui/ui/gtk/playlist.c Tue Feb 21 20:40:59 2012 +0000 +++ b/gui/ui/gtk/playlist.c Wed Feb 22 01:07:10 2012 +0000 @@ -192,7 +192,7 @@ { int i; plItem * item; - if ( plList ) listMgr( PLAYLIST_DELETE,0 ); + listMgr( PLAYLIST_DELETE,0 ); for ( i=0;i