diff options
Diffstat (limited to 'typelibrary.cpp')
| -rw-r--r-- | typelibrary.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/typelibrary.cpp b/typelibrary.cpp index 5c81705f..73db3966 100644 --- a/typelibrary.cpp +++ b/typelibrary.cpp @@ -20,15 +20,6 @@ bool TypeLibrary::DecompressToFile(const std::string& path, const std::string& o } -std::string TypeLibrary::Decompress(const std::string& path) -{ - auto str = BNTypeLibraryDecompressToString(path.c_str()); - std::string result = str; - BNFreeString(str); - return result; -} - - Ref<TypeLibrary> TypeLibrary::LoadFromFile(const std::string& path) { return new TypeLibrary(BNLoadTypeLibraryFromFile(path.c_str())); |
