summaryrefslogtreecommitdiffstats
path: root/subsurface-helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r--subsurface-helper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp
index fc5d7a62a..67c8a6dcc 100644
--- a/subsurface-helper.cpp
+++ b/subsurface-helper.cpp
@@ -25,7 +25,6 @@
#include "mobile-widgets/qml/kirigami/src/kirigamiplugin.h"
#else
#include "desktop-widgets/mainwindow.h"
-#include "core/pluginmanager.h"
#endif
#ifndef SUBSURFACE_TEST_DATA
@@ -41,7 +40,6 @@ void init_ui()
register_meta_types();
#ifndef SUBSURFACE_MOBILE
register_qml_types(NULL);
- PluginManager::instance().loadPlugins();
MainWindow *window = new MainWindow();
window->setTitle();