From 2130d86cef37e4d34a4d9fdaf3ba6890e72174f9 Mon Sep 17 00:00:00 2001 From: chinhodado Date: Thu, 13 Nov 2014 15:38:25 -0500 Subject: [PATCH] Cleanup --- UI/CwCheatScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/CwCheatScreen.cpp b/UI/CwCheatScreen.cpp index b5dc4bd732..6bd69b1e23 100644 --- a/UI/CwCheatScreen.cpp +++ b/UI/CwCheatScreen.cpp @@ -112,7 +112,6 @@ void CwCheatScreen::onFinish(DialogResult result) { UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams ¶ms) { std::fstream fs; - std::vector temp = cheatList; enableAll = !enableAll; File::OpenCPPFile(fs, activeCheatFile, std::ios::out); for (int j = 0; j < (int)cheatList.size(); j++) {