cc-4105: removed obsolete comments and duplicate code
This commit is contained in:
parent
e570e4de90
commit
1f422a9609
2 changed files with 8 additions and 14 deletions
|
@ -46,7 +46,6 @@ class EventContractor(Loggable):
|
|||
self.store[ evt.path ] = evt
|
||||
return True # We actually added something, hence we return true.
|
||||
|
||||
# events are unregistered automatically no need to screw around with them
|
||||
def __unregister(self, evt):
|
||||
try: del self.store[evt.path]
|
||||
except Exception as e: self.unexpected_exception(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue