# HG changeset patch # User nenolod # Date 1166196330 28800 # Node ID 7177279f9d260b408d942b68e212b10075c32a74 # Parent 185db04b815f51e5d12f07fe1443dc01ea660f2c [svn] - remove static Playlist default_playlist diff -r 185db04b815f -r 7177279f9d26 ChangeLog --- a/ChangeLog Fri Dec 15 07:23:19 2006 -0800 +++ b/ChangeLog Fri Dec 15 07:25:30 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-15 15:23:19 +0000 William Pitcock + revision [3247] + - remove all improper uses of playlist_get() + + trunk/audacious/playlist.c | 26 +++++++++++++------------- + 1 file changed, 13 insertions(+), 13 deletions(-) + + 2006-12-15 15:20:41 +0000 William Pitcock revision [3245] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get() diff -r 185db04b815f -r 7177279f9d26 audacious/playlist.c --- a/audacious/playlist.c Fri Dec 15 07:23:19 2006 -0800 +++ b/audacious/playlist.c Fri Dec 15 07:25:30 2006 -0800 @@ -66,24 +66,6 @@ static GList *playlists = NULL; static GList *playlists_iter; -static Playlist default_playlist = { - "Default", -#ifdef HAVE_XSPF - "playlist.xspf", -#else - "playlist.m3u", -#endif - 0, - NULL, - NULL, - NULL, - NULL, - 0, - 0, - 0, - 0, -}; - /* If this is set to TRUE, we do not probe upon playlist add. * * Under Audacious 0.1.x, this was not a big deal because we used