do not self-enable plot plugin

This commit is contained in:
ThomasV 2015-01-07 03:12:50 +01:00
parent 699b22565c
commit 2e86ba7d81
1 changed files with 0 additions and 9 deletions

View File

@ -35,15 +35,6 @@ class Plugin(BasePlugin):
else:
return False
def is_enabled(self):
if not self.is_available():
return False
else:
return True
@hook
def init_qt(self, gui):
self.win = gui.main_window