Mercurial > audlegacy
changeset 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 | 30d801bbac7f |
children | e2e875f3d02b |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
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)