Remove superfluous code to handle user settable simulator path.

Reviewed-by: ck
This commit is contained in:
kh1
2010-02-04 12:47:27 +01:00
parent ae0ee18a77
commit 2cad027d91
4 changed files with 32 additions and 66 deletions

View File

@@ -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;