summaryrefslogtreecommitdiff
path: root/src/port/ui/ImguiUI.cpp
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-07-06 07:50:06 -0600
committerGitHub <noreply@github.com>2025-07-06 07:50:06 -0600
commiteb6e4bc8907bf4835f40d00fe85cd5d45185bb62 (patch)
tree5dbfba2ea8d191f954b9dacc850b327ed15e48d3 /src/port/ui/ImguiUI.cpp
parent3a27381daa53e187f6f1a7f6c3ac9405b6ea13a6 (diff)
Remove game menubar (#424)
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
-rw-r--r--src/port/ui/ImguiUI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp
index 8cbd5e54e..c5014c45d 100644
--- a/src/port/ui/ImguiUI.cpp
+++ b/src/port/ui/ImguiUI.cpp
@@ -28,7 +28,7 @@ extern s32 gMenuSelection;
}
namespace GameUI {
-std::shared_ptr<GameMenuBar> mGameMenuBar;
+// std::shared_ptr<GameMenuBar> mGameMenuBar;
std::shared_ptr<PortMenu> mPortMenu;
std::shared_ptr<Ship::GuiWindow> mConsoleWindow;
std::shared_ptr<Ship::GuiWindow> mStatsWindow;
@@ -44,8 +44,8 @@ std::shared_ptr<Ship::GuiWindow> mContentBrowserWindow;
void SetupGuiElements() {
auto gui = Ship::Context::GetInstance()->GetWindow()->GetGui();
- mGameMenuBar = std::make_shared<GameMenuBar>("gOpenMenuBar", CVarGetInteger("gOpenMenuBar", 0));
- gui->SetMenuBar(mGameMenuBar);
+ // mGameMenuBar = std::make_shared<GameMenuBar>("gOpenMenuBar", CVarGetInteger("gOpenMenuBar", 0));
+ // gui->SetMenuBar(mGameMenuBar);
mPortMenu = std::make_shared<PortMenu>("gOpenMenu", "Port Menu");
gui->SetMenu(mPortMenu);