Remove unused function/variable.

This commit is contained in:
jakcron 2018-06-04 13:38:51 +08:00
parent aaffe12e8a
commit bd2e1dd927
2 changed files with 0 additions and 3 deletions

View file

@ -26,6 +26,4 @@ private:
size_t mFileOffset;
fnd::MemoryBlob mCache;
void internalSeek();
};

View file

@ -30,7 +30,6 @@ public:
private:
const std::string kModuleName = "XciProcess";
const std::string kXciMountPointName = "gamecard:/";
static const size_t kFileExportBlockSize = 0x1000000;
fnd::IFile* mFile;
bool mOwnIFile;