Remove duplicate method

This commit is contained in:
Stein Magnus Jodal 2010-07-01 01:02:39 +02:00
parent 6005086a7f
commit 730ca2648c

View File

@ -241,10 +241,6 @@ class BaseCurrentPlaylistController(object):
random.shuffle(shuffled)
self.playlist = self.playlist.with_(tracks=before+shuffled+after)
def destroy(self):
"""Cleanup after component."""
pass
class BaseLibraryController(object):
"""