this is unneeded, new_windos already is a hook

This commit is contained in:
ThomasV 2015-09-03 08:22:12 +02:00
parent e80870a9b0
commit a36b1d701c
1 changed files with 0 additions and 2 deletions

View File

@ -185,8 +185,6 @@ class Plugin(BasePlugin):
@hook
def init_qt(self, gui):
self.gui = gui
for window in gui.windows:
self.new_window(window)
@hook
def new_window(self, window):