disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory
This commit is contained in:
parent
e61a4dd485
commit
80982748c8
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public:
|
|||
}
|
||||
|
||||
protected:
|
||||
u32 total_entries_in_directory;
|
||||
FileUtil::FSTEntry directory;
|
||||
|
||||
// We need to remember the last entry we returned, so a subsequent call to Read will continue
|
||||
|
|
Loading…
Reference in a new issue