Mercurial > audlegacy
changeset 2122:7177279f9d26 trunk
[svn] - remove static Playlist default_playlist
author | nenolod |
---|---|
date | Fri, 15 Dec 2006 07:25:30 -0800 |
parents | 185db04b815f |
children | 97e2cbd87df0 |
files | ChangeLog audacious/playlist.c |
diffstat | 2 files changed, 8 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [3245] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get()
--- 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