diff options
Diffstat (limited to 'playlist.c')
-rw-r--r-- | playlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ void pl_free (void) { while (playlist_head[PL_MAIN]) { pl_remove (playlist_head[PL_MAIN]); - pl_count--; } } |