forked from qt-creator/qt-creator
Remove superfluous code to handle user settable simulator path.
Reviewed-by: ck
This commit is contained in:
@@ -123,10 +123,6 @@ private slots:
|
||||
void updateDeviceConfigurations();
|
||||
void invalidateCachedTargetInformation();
|
||||
|
||||
void setUserSimulatorPath(const QString &path);
|
||||
void invalidateCachedSimulatorInformation();
|
||||
void resetCachedSimulatorInformation();
|
||||
|
||||
void startStopQemu();
|
||||
void qemuProcessFinished();
|
||||
|
||||
@@ -153,9 +149,6 @@ private:
|
||||
QString m_simulatorGdbServerPort;
|
||||
bool m_cachedSimulatorInformationValid;
|
||||
|
||||
bool m_isUserSetSimulator;
|
||||
QString m_userSimulatorPath;
|
||||
|
||||
QString m_gdbPath;
|
||||
|
||||
MaemoDeviceConfig m_devConfig;
|
||||
|
||||
Reference in New Issue
Block a user