i guess not needed

This commit is contained in:
Eknous-P 2024-04-07 01:23:42 +04:00
parent f9056326ad
commit 6b18f73c87

View file

@ -509,16 +509,6 @@ void FurnaceGUI::drawMobileControls() {
doAction(GUI_ACTION_SAVE_AS);
}
if (ImGui::Button("1.1+ .dmf")) {
mobileMenuOpen=false;
openFileDialog(GUI_FILE_SAVE_DMF);
}
ImGui::SameLine();
if (ImGui::Button("Legacy .dmf")) {
mobileMenuOpen=false;
openFileDialog(GUI_FILE_SAVE_DMF_LEGACY);
}
ImGui::SameLine();
if (ImGui::Button("Export")) {
doAction(GUI_ACTION_EXPORT);
}