ocarina: I don't need to call save after resetting playlist

Saving is done automatically as part of the reset now, so there is no
need to call save() here any more.
This commit is contained in:
Bryan Schumaker 2011-05-12 22:36:17 -04:00
parent 132a66271c
commit 25f4410970

View File

@ -37,7 +37,6 @@ PLAYLIST_PAGE.filter = filter
def clear():
playlist_page.clear()
playlist.reset()
playlist.save()
refresh()
PLAYLIST_PAGE.clear = clear