Remove unused commented code

This commit is contained in:
David Edmundson 2013-12-11 15:57:17 +01:00
parent 51890d1337
commit 1b9225491d

View File

@ -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());
}