WbfsBlob: Remove m_total_files

std::vector already keeps track of this for us.
This commit is contained in:
JosJuice
2016-12-21 14:05:33 +01:00
parent 5c02795af0
commit 0363be4320
2 changed files with 10 additions and 10 deletions

View File

@ -55,7 +55,6 @@ private:
std::vector<std::unique_ptr<file_entry>> m_files;
u32 m_total_files;
u64 m_size;
u64 m_hd_sector_size;