Session Manager: Remove unused variable

This commit is contained in:
dt
2010-09-16 12:36:10 +02:00
parent 11574611e6
commit 776e299568
2 changed files with 0 additions and 2 deletions

View File

@@ -923,7 +923,6 @@ void SessionManager::updateName(const QString &session)
if (sessionName.isEmpty())
sessionName = tr("Untitled");
m_displayName = tr("Session (\'%1\')").arg(sessionName);
updateWindowTitle();
}