diff options
Diffstat (limited to 'src/fs/files.cpp')
-rw-r--r-- | src/fs/files.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fs/files.cpp b/src/fs/files.cpp index a6b8d0d4d..7cefef985 100644 --- a/src/fs/files.cpp +++ b/src/fs/files.cpp @@ -123,16 +123,6 @@ void Files::copyVirtFsDir(const std::string &restrict inDir, VirtFs::freeList(files); } -void Files::extractZip(const std::string &restrict zipName, - const std::string &restrict inDir, - const std::string &restrict outDir) -{ - VirtFs::mountZip(zipName, Append_false); - copyVirtFsDir(inDir, outDir); - VirtFs::unmountZip(zipName); - remove(zipName.c_str()); -} - #endif // ANDROID __native_client__ int Files::renameFile(const std::string &restrict srcName, |