Removed unused variable

This commit is contained in:
David Edmundson 2013-12-11 15:58:54 +01:00
parent fb4d79e566
commit 56b2e75b2b

View File

@ -167,7 +167,6 @@ void ShellCorona::setShell(const QString &shell)
unload();
d->shell = shell;
KConfigGroup config(KSharedConfig::openConfig(), "General");
Plasma::Package package = Plasma::PluginLoader::self()->loadPackage("Plasma/Shell");
package.setPath(shell);
setPackage(package);