plugins base: remove commented code
This commit is contained in:
parent
8efa8c964c
commit
5f34982fd0
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue