Delete slot saveSession() which is not implemented and used

This commit is contained in:
Jekyll Wu
2011-10-24 00:00:23 +08:00
parent 45726d9388
commit 91f8e533c8
2 changed files with 0 additions and 7 deletions

View File

@@ -613,13 +613,7 @@ void SessionController::renameSession()
snapshot();
}
}
void SessionController::saveSession()
{
Q_ASSERT(0); // not implemented yet
//SaveSessionDialog dialog(_view);
//int result = dialog.exec();
}
bool SessionController::confirmClose() const
{
if (_session->isForegroundProcessActive())