From 53e5ec1866efd64b97a82438738412746f6f2716 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 27 Jun 2016 20:57:06 +1000 Subject: [PATCH] [Project64] remove m_Rom from CCheats --- Source/Project64-core/N64System/CheatClass.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Project64-core/N64System/CheatClass.h b/Source/Project64-core/N64System/CheatClass.h index 4c9ce6027..b2a3d5573 100644 --- a/Source/Project64-core/N64System/CheatClass.h +++ b/Source/Project64-core/N64System/CheatClass.h @@ -43,7 +43,6 @@ private: void LoadPermCheats(CPlugins * Plugins); - const CN64Rom * m_Rom; CODES_ARRAY m_Codes; bool LoadCode(int32_t CheatNo, const char * CheatString);