forked from qt-creator/qt-creator
Session Manager: Remove unused variable
This commit is contained in:
@@ -923,7 +923,6 @@ void SessionManager::updateName(const QString &session)
|
||||
if (sessionName.isEmpty())
|
||||
sessionName = tr("Untitled");
|
||||
|
||||
m_displayName = tr("Session (\'%1\')").arg(sessionName);
|
||||
updateWindowTitle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user