]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist.c
playlist.c: Remove an unused variable.
[paraslash.git] / 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);