Merge pull request #7091 from chinhodado/patch-6

Cleanup an unused variable
This commit is contained in:
Henrik Rydgård 2014-11-13 22:46:53 +01:00
commit 95e164f2cc

View File

@ -112,7 +112,6 @@ void CwCheatScreen::onFinish(DialogResult result) {
UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams &params) {
std::fstream fs;
std::vector<std::string> temp = cheatList;
enableAll = !enableAll;
File::OpenCPPFile(fs, activeCheatFile, std::ios::out);
for (int j = 0; j < (int)cheatList.size(); j++) {