Remove unimplemented function declarations

This commit is contained in:
Serdar Kocdemir
2023-07-31 17:41:01 +01:00
committed by Baldur Karlsson
parent 26c673675e
commit 0a20c686fd
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -73,8 +73,6 @@ rdcarray<ABI> GetSupportedABIs(const rdcstr &deviceID);
rdcstr GetRenderDocPackageForABI(ABI abi);
rdcstr GetPathForPackage(const rdcstr &deviceID, const rdcstr &packageName);
rdcstr GetFolderName(const rdcstr &deviceID);
bool PatchManifest(bytebuf &manifest);
};
DECLARE_REFLECTION_ENUM(Android::ABI);