remove unused old ins format saving code

This commit is contained in:
tildearrow 2024-02-05 13:19:36 -05:00
parent 9d32aeda4d
commit f80d3f9eb5
3 changed files with 5 additions and 673 deletions

View file

@ -4962,7 +4962,7 @@ bool FurnaceGUI::loop() {
break;
case GUI_FILE_INS_SAVE:
if (curIns>=0 && curIns<(int)e->song.ins.size()) {
if (e->song.ins[curIns]->save(copyOfName.c_str(),false,&e->song,settings.writeInsNames)) {
if (e->song.ins[curIns]->save(copyOfName.c_str(),&e->song,settings.writeInsNames)) {
pushRecentSys(copyOfName.c_str());
}
}