1
0
Fork 0

plugins base: remove commented code

This commit is contained in:
Jan Vcelak 2012-05-04 12:03:52 +02:00
parent 8efa8c964c
commit 5f34982fd0

View file

@ -47,12 +47,6 @@ class Plugin(object):
def static_tuning(self):
return self._options["static_tuning"] in ["1", "true"]
#def __del__(self):
#try:
#self.cleanup()
#except:
#pass
def register_command(self, option, set_fnc, revert_fnc = None, is_per_dev = False):
self._commands[option] = (is_per_dev, set_fnc, revert_fnc)