libsaria: Remove unused queue save function

I never actually used this... I may enable saving the queue later, but
it's not important now.
This commit is contained in:
Bryan Schumaker 2011-05-07 21:52:59 -04:00
parent 45f293c6fa
commit 186830e268
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ def init():
source = libsaria.sources.Source()
source.get_attrs = library.get_attrs
source.set_attr = library.set_attr
source.save = save
def save():
pass
def init_bg():
init()