diff options
| author | comex <comexk@gmail.com> | 2013-08-29 01:33:24 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2013-09-01 22:58:33 -0400 |
| commit | fd7cf5bb719d0fb04814d9df4a6a783d648dad40 (patch) | |
| tree | 104236949ea2a9030ae58e32db60e24664dcbf9c /Source/Core/DiscIO | |
| parent | d41eb76378eb8d96fe7e447ad4229badbdb3b719 (diff) | |
A bunch of trivial changes to fix clang warnings.
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/DriveBlob.h | 1 | ||||
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeWad.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/Src/DriveBlob.h b/Source/Core/DiscIO/Src/DriveBlob.h index cb1c7f8f08..d5c13a3b15 100644 --- a/Source/Core/DiscIO/Src/DriveBlob.h +++ b/Source/Core/DiscIO/Src/DriveBlob.h @@ -31,7 +31,6 @@ private: bool IsOK() {return file_ != 0;} #endif s64 size; - u64 *block_pointers; public: static DriveReader *Create(const char *drive); diff --git a/Source/Core/DiscIO/Src/VolumeWad.h b/Source/Core/DiscIO/Src/VolumeWad.h index d22e7a2c9e..59edf79cd4 100644 --- a/Source/Core/DiscIO/Src/VolumeWad.h +++ b/Source/Core/DiscIO/Src/VolumeWad.h @@ -34,7 +34,6 @@ public: private: IBlobReader* m_pReader; - u64 m_titleID; u32 OpeningBnrOffset, hdr_size, cert_size, tick_size, tmd_size, data_size; u8 m_Country; }; |
