forked from qt-creator/qt-creator
Android: remove unused function that couldn't be removed in 5.0 branch
... because of binary compatibility.
Comes after a2b6dba0bc.
Change-Id: I18866de39a05c6690b47632cc5503f8555e006da
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -246,11 +246,6 @@ bool AndroidManager::isQtCreatorGenerated(const FilePath &deploymentFile)
|
||||
return QJsonDocument::fromJson(f.readAll()).object()["_description"].toString() == qtcSignature;
|
||||
}
|
||||
|
||||
FilePath AndroidManager::dirPath(const Target *target)
|
||||
{
|
||||
return androidBuildDirectory(target);
|
||||
}
|
||||
|
||||
FilePath AndroidManager::androidBuildDirectory(const Target *target)
|
||||
{
|
||||
return buildDirectory(target) / Constants::ANDROID_BUILD_DIRECTORY;
|
||||
|
||||
Reference in New Issue
Block a user