libsaria: Remove old walk_queue() function

I've replaced it with a more generic function that should be able to
handle the library and playlist, too (yay for code reuse!).
This commit is contained in:
Bryan Schumaker 2011-05-08 10:10:43 -04:00
parent b43725bbe8
commit 3ceb62c0de
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@ add_ids = queue.add_ids
rm_ids = queue.rm_ids
reset = queue.reset
def walk_queue(*attrs):
res = []
for id in queue.queue_list:
res.append(library.get_attrs(id, *attrs))
return res
def list():
for id in queue.queue_list:
yield id