mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 20:15:46 +00:00
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory
This commit is contained in:
parent
eb2bb5500e
commit
5b8891df28
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
u32 total_entries_in_directory;
|
|
||||||
FileUtil::FSTEntry directory;
|
FileUtil::FSTEntry directory;
|
||||||
|
|
||||||
// We need to remember the last entry we returned, so a subsequent call to Read will continue
|
// We need to remember the last entry we returned, so a subsequent call to Read will continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue