remove unused open recent menu item

This commit is contained in:
Justin Scofield
2022-06-20 09:52:09 -04:00
parent 37012947f4
commit 277cf45646

View File

@@ -150,10 +150,6 @@ void Editor::DrawFileMenu() const {
ImGuiFileDialog::Instance()->OpenDialog("ChooseFileDlgKey", "Open ROM",
".sfc,.smc", ".");
}
if (ImGui::BeginMenu("Open Recent")) {
ImGui::MenuItem("alttp.sfc");
ImGui::EndMenu();
}
if (ImGui::MenuItem("Save", "Ctrl+S")) {
// TODO: Implement this
}