summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2018-04-19 21:28:56 -0400
committerGravatar Lioncash2018-04-19 21:28:56 -0400
commit80982748c8f16c9f208fcb030f4dae795864e2f2 (patch)
treef4e98b8b3e3a4337b76036dfc222477ff7f9867f /src
parentdisk_filesystem: Remove redundant initializer in Disk_Directory's constructor (diff)
downloadyuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.gz
yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.xz
yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.zip
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory
Diffstat (limited to 'src')
-rw-r--r--src/core/file_sys/disk_filesystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/disk_filesystem.h b/src/core/file_sys/disk_filesystem.h
index e774cd08b..8f9e1145a 100644
--- a/src/core/file_sys/disk_filesystem.h
+++ b/src/core/file_sys/disk_filesystem.h
@@ -74,7 +74,6 @@ public:
74 } 74 }
75 75
76protected: 76protected:
77 u32 total_entries_in_directory;
78 FileUtil::FSTEntry directory; 77 FileUtil::FSTEntry directory;
79 78
80 // We need to remember the last entry we returned, so a subsequent call to Read will continue 79 // We need to remember the last entry we returned, so a subsequent call to Read will continue