remove unused open recent menu item
This commit is contained in:
@@ -150,10 +150,6 @@ void Editor::DrawFileMenu() const {
|
|||||||
ImGuiFileDialog::Instance()->OpenDialog("ChooseFileDlgKey", "Open ROM",
|
ImGuiFileDialog::Instance()->OpenDialog("ChooseFileDlgKey", "Open ROM",
|
||||||
".sfc,.smc", ".");
|
".sfc,.smc", ".");
|
||||||
}
|
}
|
||||||
if (ImGui::BeginMenu("Open Recent")) {
|
|
||||||
ImGui::MenuItem("alttp.sfc");
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
if (ImGui::MenuItem("Save", "Ctrl+S")) {
|
if (ImGui::MenuItem("Save", "Ctrl+S")) {
|
||||||
// TODO: Implement this
|
// TODO: Implement this
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user