Removed unneeded FST node member

This commit is contained in:
Jack Andersen
2015-07-17 13:28:41 -10:00
parent bcf67ca8eb
commit f2c1ea6469
2 changed files with 3 additions and 5 deletions

View File

@@ -86,7 +86,6 @@ public:
const IPartition& m_parent;
Kind m_kind;
std::unique_ptr<IFileIO> m_hddFile;
uint64_t m_discOffset;
uint64_t m_discLength;
std::string m_name;
@@ -164,7 +163,7 @@ public:
return end();
}
void extractToDirectory(const SystemString& basePath, bool force=false);
void extractToDirectory(const SystemString& basePath, bool force=false) const;
};
protected:
uint64_t m_dolOff;