commit 2e86ba7d818e0f300d0e8ae491eaa1d0066824c3
parent 699b22565c815b0368f71b3998d9c3a8a87aaf64
Author: ThomasV <thomasv@gitorious>
Date: Wed, 7 Jan 2015 03:12:50 +0100
do not self-enable plot plugin
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/plugins/plot.py b/plugins/plot.py
@@ -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