diff options
author | 2019-02-01 04:11:25 +0200 | |
---|---|---|
committer | 2019-04-04 10:24:01 -0700 | |
commit | e685e7e9de3ad93a32fe51d7a04407c574cc08be (patch) | |
tree | 5148e454973c39381cb68fb4926ba24f5949e6f6 /subsurface-helper.cpp | |
parent | 41de2f66e3a2c9732ba0d9ebe55c27d8d09718d2 (diff) | |
download | subsurface-e685e7e9de3ad93a32fe51d7a04407c574cc08be.tar.gz |
facebook: remove the featute from the code base
Remove from:
- unit tests
- desktop widgets
- preferences
- core intergration
- cmakefiles
- build scripts
- icons
- docs
Also remove the plugins and social network integration.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 2 |
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(); |