diff options
Diffstat (limited to 'src/progs/gtk/ControlInterface.cpp')
-rw-r--r-- | src/progs/gtk/ControlInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/gtk/ControlInterface.cpp b/src/progs/gtk/ControlInterface.cpp index f1fc44d9..eb5eee1b 100644 --- a/src/progs/gtk/ControlInterface.cpp +++ b/src/progs/gtk/ControlInterface.cpp @@ -45,7 +45,7 @@ void ControlInterface::new_plugin_model(PluginModel* pm) { cerr << "NEW PLUGIN\n"; - Store::instance().add_plugin(pm); + //Store::instance().add_plugin(pm); } |