BuildManager: Remove unused member

Change-Id: Ia4692aa11028d2bed3ee15ab2e2971c3fb2c2948
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Daniel Teske
2012-01-23 21:47:37 +01:00
parent f1544ce61d
commit 1cf524382d

View File

@@ -81,7 +81,6 @@ struct BuildManagerPrivate {
QList<BuildStep *> m_buildQueue;
QStringList m_stepNames;
QStringList m_configurations; // the corresponding configuration to the m_buildQueue
ProjectExplorerPlugin *m_projectExplorerPlugin;
bool m_running;
QFutureWatcher<bool> m_watcher;