libsaria: Remove POSTSETART event

Nothing was listening for it, and I am removing the event system soon
anyway
This commit is contained in:
Bryan Schumaker 2011-04-30 13:55:35 -04:00
parent a6bd531aee
commit 96b237631e
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ def set_artwork_tags(artist, album, path):
cached = cache[artist]
cached.delete("%s.jpg" % album)
file = cached.get("%s.jpg" % album, set_art_from_file, path)
libsaria.event.start("POSTSETART", file)
def get_artwork_id(id):
artist, album = sources.get_attrs("artist", "album")