libsaria: Remove playlist startup() function

I should be able to do this on import, so it doesn't need its own
function.
This commit is contained in:
Bryan Schumaker 2011-05-13 08:27:59 -04:00
parent 202e75430e
commit 9056daae93
2 changed files with 0 additions and 5 deletions

View File

@ -32,7 +32,6 @@ def startup():
# plugin.load_all()
prefs.enable_save()
parse_user_input()
sources.playlist.startup()
def shutdown():

View File

@ -19,10 +19,6 @@ reset = playlist.reset
playlist.load()
def startup():
if cur_index >= 0:
load_id(playlist.song_list[cur_index])
def list():
for id in playlist.song_list:
yield id