Final pass of Clang warning fixes

This commit is contained in:
Lynix
2016-10-17 16:14:35 +02:00
parent c221d53839
commit d530ca22e0
17 changed files with 35 additions and 73 deletions

View File

@@ -29,7 +29,6 @@ namespace Nz
bool Unmap();
private:
BufferType m_type;
UInt8* m_buffer;
bool m_mapped;
};