diff --git a/src/shell/shellmanager.cpp b/src/shell/shellmanager.cpp index 48b7857b3..1188b48c5 100644 --- a/src/shell/shellmanager.cpp +++ b/src/shell/shellmanager.cpp @@ -204,7 +204,6 @@ void ShellManager::updateShell() d->currentHandler = handler; d->currentHandler->setProperty("loaded", true); - // d->corona->setShell(d->currentHandler->property("shell").toString()); emit shellChanged(d->currentHandler->property("shell").toString()); }