Remove dead code in gpodder.my

This commit is contained in:
Thomas Perl 2010-05-17 18:27:59 +02:00
parent cf44f7c30e
commit 26531983f1
1 changed files with 0 additions and 4 deletions

View File

@ -310,10 +310,6 @@ class MygPoClient(object):
self.flush()
@property
def actions(self):
return self._cache.get('actions', Actions.NONE)
def _at_exit(self):
self._worker_proc(forced=True)
self._store.commit()