diff options
Diffstat (limited to 'src/fs/files.h')
-rw-r--r-- | src/fs/files.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fs/files.h b/src/fs/files.h index fa6833da4..146a85ff1 100644 --- a/src/fs/files.h +++ b/src/fs/files.h @@ -42,9 +42,6 @@ namespace Files void copyVirtFsDir(const std::string &restrict inDir, const std::string &restrict outDir); - void extractZip(const std::string &restrict zipName, - const std::string &restrict inDir, - const std::string &restrict outDir); #endif // ANDROID __native_client__ int renameFile(const std::string &restrict pFrom, |