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();
|
||||
}
|
||||
|
||||
|
||||
@@ -193,7 +193,6 @@ private:
|
||||
Internal::SessionFile *m_file;
|
||||
Internal::SessionNodeImpl *m_sessionNode;
|
||||
QPointer<Core::IEditor> m_currentEditor;
|
||||
QString m_displayName;
|
||||
QString m_sessionName;
|
||||
bool m_virginSession;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user