mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Remove unused function/variable.
This commit is contained in:
parent
aaffe12e8a
commit
bd2e1dd927
2 changed files with 0 additions and 3 deletions
|
@ -26,6 +26,4 @@ private:
|
|||
size_t mFileOffset;
|
||||
|
||||
fnd::MemoryBlob mCache;
|
||||
|
||||
void internalSeek();
|
||||
};
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue