forked from qt-creator/qt-creator
Android: Remove unused functions
As found by Cppcheck Change-Id: I9274fe45ed49099b52b4f8556508ec0adc676386 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
@@ -207,12 +207,6 @@ public:
|
||||
// AndroidSdkPackage Overrides
|
||||
bool isValid() const override;
|
||||
PackageType type() const override;
|
||||
|
||||
bool isNdkBundle() const;
|
||||
void setAsNdkBundle(const bool isBundle);
|
||||
|
||||
private:
|
||||
bool m_isBundle = false;
|
||||
};
|
||||
using NdkList = QList<Ndk *>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user