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++) {