mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
Merge pull request #7091 from chinhodado/patch-6
Cleanup an unused variable
This commit is contained in:
commit
95e164f2cc
@ -112,7 +112,6 @@ void CwCheatScreen::onFinish(DialogResult result) {
|
||||
|
||||
UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams ¶ms) {
|
||||
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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user