remove dead code

This commit is contained in:
Marco Martin 2014-02-26 12:51:28 +01:00
parent 5f998abd7b
commit ad86e5d2c8

View File

@ -102,8 +102,6 @@ ShellCorona::ShellCorona(QObject *parent)
{ {
d->desktopDefaultsConfig = KConfigGroup(KSharedConfig::openConfig(package().filePath("defaults")), "Desktop"); d->desktopDefaultsConfig = KConfigGroup(KSharedConfig::openConfig(package().filePath("defaults")), "Desktop");
//new PlasmaShellAdaptor(this);
new PlasmaShellAdaptor(this); new PlasmaShellAdaptor(this);
QDBusConnection dbus = QDBusConnection::sessionBus(); QDBusConnection dbus = QDBusConnection::sessionBus();