summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 4597e91..2cfc9a6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -417,9 +417,6 @@ int main (int argc, char **argv) {
PIANO_RATE_BAN) == PIANO_RET_OK) {
BarUiMsg ("Ok.\n");
player.doQuit = 1;
- /* pandora does this too, I think */
- PianoDestroyPlaylist (&ph);
- curSong = NULL;
} else {
BarUiMsg ("Error.\n");
}