Android: Remove AndroidConfig::updateDependenciesConfig()

Not used. Amends f46099d21e.

Change-Id: Ib943549f4a2171d8a1fe11c8f8aa303e6ddb8f16
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-03-18 14:37:49 +01:00
parent 819663c12f
commit c3420c7fc3
2 changed files with 0 additions and 6 deletions

View File

@@ -1004,11 +1004,6 @@ QStringList AndroidConfig::defaultEssentials() const
return m_defaultSdkDepends.essentialPackages + m_commonEssentialPkgs; return m_defaultSdkDepends.essentialPackages + m_commonEssentialPkgs;
} }
void AndroidConfig::updateDependenciesConfig()
{
parseDependenciesJson();
}
bool SdkForQtVersions::containsVersion(const QtVersionNumber &qtVersion) const bool SdkForQtVersions::containsVersion(const QtVersionNumber &qtVersion) const
{ {
return versions.contains(qtVersion) return versions.contains(qtVersion)

View File

@@ -135,7 +135,6 @@ public:
QStringList defaultEssentials() const; QStringList defaultEssentials() const;
QStringList essentialsFromQtVersion(const QtSupport::BaseQtVersion &version) const; QStringList essentialsFromQtVersion(const QtSupport::BaseQtVersion &version) const;
QStringList allEssentials() const; QStringList allEssentials() const;
void updateDependenciesConfig();
Utils::FilePath openJDKLocation() const; Utils::FilePath openJDKLocation() const;
void setOpenJDKLocation(const Utils::FilePath &openJDKLocation); void setOpenJDKLocation(const Utils::FilePath &openJDKLocation);