diff src/audacious/playlist.c @ 3382:880eea081363 trunk

Remove unnecessary manipulation of playlist_iter
author Kieran Clancy <clancy.kieran+audacious@gmail.com>
date Sun, 26 Aug 2007 07:22:11 +0930
parents 8430c3911856
children e2e875f3d02b
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat Aug 25 22:08:44 2007 +0200
+++ b/src/audacious/playlist.c	Sun Aug 26 07:22:11 2007 +0930
@@ -348,9 +348,6 @@
 void
 playlist_select_playlist(Playlist *playlist)
 {
-    if (playlists_iter == NULL)
-        playlists_iter = playlists;
-
     playlists_iter = g_list_find(playlists, playlist);
 
     if (playlists_iter == NULL)