[Project64] Clean up Sram.cpp

This commit is contained in:
zilmar 2015-12-13 18:07:03 +11:00
parent 199fa2f7f8
commit 29d693ba1f
2 changed files with 189 additions and 190 deletions

View File

@ -17,7 +17,6 @@ CSram::CSram ( bool ReadOnly ) :
m_ReadOnly(ReadOnly),
m_hFile(NULL)
{
}
CSram::~CSram()