# HG changeset patch # User William Pitcock # Date 1239930868 18000 # Node ID 51e2089a73f1644d5f1fa2ff76f3bd58b291f169 # Parent a8f1e4b43ec4d050cc7d122031094fca1657a511 audacious_rc_playlist_enqueue_to_temp(): drop totally unused value Found by LLVM static analyzer. diff -r a8f1e4b43ec4 -r 51e2089a73f1 src/audlegacy/dbus.c --- a/src/audlegacy/dbus.c Thu Apr 16 20:07:38 2009 -0500 +++ b/src/audlegacy/dbus.c Thu Apr 16 20:14:28 2009 -0500 @@ -908,7 +908,6 @@ } gboolean audacious_rc_playlist_enqueue_to_temp(RemoteObject *obj, gchar *url, GError **error) { - GList *playlists = NULL; Playlist *new_pl = playlist_new(); gchar *pl_name = NULL; @@ -918,7 +917,6 @@ playlist_set_current_name(new_pl, pl_name); g_free(pl_name); - playlists = playlist_get_playlists(); playlist_add_playlist(new_pl); // DISABLE_MANAGER_UPDATE();