do not self-enable plot plugin

This commit is contained in:
ThomasV 2015-01-07 03:12:50 +01:00
parent 699b22565c
commit 2e86ba7d81

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