android: remove unneeded enums, declarations and associated code

Change-Id: I8ec2b90ccfe1498f4188b50624f77436c1c1a492
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-14 14:09:30 +02:00
parent ab6330abe7
commit 90dae02528
4 changed files with 0 additions and 23 deletions

View File

@@ -121,15 +121,5 @@ QString AndroidRunConfiguration::proFilePath() const
return m_proFilePath;
}
AndroidRunConfiguration::DebuggingType AndroidRunConfiguration::debuggingType() const
{
if (debuggerAspect()->useCppDebugger()) {
if (debuggerAspect()->useQmlDebugger())
return DebugCppAndQml;
return DebugCppOnly;
}
return DebugQmlOnly;
}
} // namespace Internal
} // namespace Android