Procházet zdrojové kódy

disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory

Lioncash před 8 roky
rodič
revize
80982748c8
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/core/file_sys/disk_filesystem.h

+ 0 - 1
src/core/file_sys/disk_filesystem.h

@@ -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