From 579485c6a530c89dfe31b7f3a1fe08015e8ca226 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 10 Sep 2016 15:31:18 -0700 Subject: [PATCH] remove dead code from ViewManager --- gramps/gui/viewmanager.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gramps/gui/viewmanager.py b/gramps/gui/viewmanager.py index 1318a72cc..111a174ed 100644 --- a/gramps/gui/viewmanager.py +++ b/gramps/gui/viewmanager.py @@ -718,21 +718,6 @@ class ViewManager(CLIManager): if not self.dbstate.is_open() and show_manager: self.__open_activate(None) - def do_load_plugins(self): - """ - Loads the plugins at initialization time. The plugin status window is - opened on an error if the user has requested. - """ - # load plugins - self.uistate.status_text(_('Loading plugins...')) - error = CLIManager.do_load_plugins(self) - - # get to see if we need to open the plugin status window - if error and config.get('behavior.pop-plugin-status'): - self.__plugin_status() - - self.uistate.push_message(self.dbstate, _('Ready')) - def do_reg_plugins(self, dbstate, uistate): """ Register the plugins at initialization time. The plugin status window