diff --git a/src/shell/shellmanager.cpp b/src/shell/shellmanager.cpp index 033463fa3..ad3c708f9 100644 --- a/src/shell/shellmanager.cpp +++ b/src/shell/shellmanager.cpp @@ -31,7 +31,6 @@ #include #include "shellcorona.h" -#include "shellpluginloader.h" static const QString s_shellsDir( QString(CMAKE_INSTALL_PREFIX) + "/" + DATA_INSTALL_DIR + "/" + "plasma/shells/"); @@ -59,7 +58,6 @@ public: ShellManager::ShellManager() : d(new Private()) { - ShellPluginLoader::init(); connect( &d->shellUpdateDelay, &QTimer::timeout,