Commented out unused variables: their value is not needed, but the code is useful as documentation of the data format.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@201 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-08-14 20:20:01 +00:00
parent d91d54c3bb
commit a7e409bac7
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ CARCFile::ParseBuffer()
// read header
u32 FSTOffset = Common::swap32(*(u32*)(m_pBuffer + 0x4));
u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
//u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8));
//u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC));
// read all file infos
SFileInfo Root;