summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-11 15:04:00 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-11 15:04:00 -0300
commit1294b948aa65ae29129318adc8fd595b51243e3e (patch)
treeb98887a6e4d51afaffc26edaa0ca66ac3c871d04
parentd514c7f330a18cb7eb8ab7625834096292e80a52 (diff)
remove leftover Developer Options
-rw-r--r--src/port/ui/ImguiUI.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp
index 8ecc880e2..593d03d4c 100644
--- a/src/port/ui/ImguiUI.cpp
+++ b/src/port/ui/ImguiUI.cpp
@@ -521,12 +521,6 @@ void DrawDebugMenu() {
UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", { .tooltip = "Enable debug mode" });
- UIWidgets::CVarCheckbox("Level Selector", "gLevelSelector",
- { .tooltip = "Allows you to select any level from the main menu" });
-
- UIWidgets::CVarCheckbox("SFX Jukebox", "gSfxJukebox",
- { .tooltip = "Allows you to play sound effects from the game" });
-
UIWidgets::CVarCheckbox("Render Collision", "gRenderCollisionMesh",
{ .tooltip = "Renders the collision mesh instead of the course mesh" });