mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
GeckoCodeConfig: Remove unused commented out code
This commit is contained in:
parent
f0fa692457
commit
28235b5cb6
@ -124,10 +124,7 @@ static void SaveGeckoCode(std::vector<std::string>& lines, std::vector<std::stri
|
||||
// save all the code lines
|
||||
for (const GeckoCode::Code& code : gcode.codes)
|
||||
{
|
||||
// ss << std::hex << codes_iter->address << ' ' << codes_iter->data;
|
||||
// lines.push_back(StringFromFormat("%08X %08X", codes_iter->address, codes_iter->data));
|
||||
lines.push_back(code.original_line);
|
||||
// ss.clear();
|
||||
}
|
||||
|
||||
// save the notes
|
||||
|
Loading…
x
Reference in New Issue
Block a user