playlist.c: Remove an unused variable.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 16:33:43 +0000 (18:33 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 16:33:43 +0000 (18:33 +0200)
playlist.c

index 9afa8128d738f9428d01b3b44d73d99f7516d239..c6f09bef78bb6e0712a81dea8b4e373788298aca 100644 (file)
@@ -144,8 +144,6 @@ int playlist_check_callback(__a_unused const struct osl_object *query,
  */
 void playlist_close(void)
 {
-       int ret;
-
        if (!current_playlist.name)
                return;
        free(current_playlist.name);