From 1294b948aa65ae29129318adc8fd595b51243e3e Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 11 Jan 2025 15:04:00 -0300 Subject: [PATCH] remove leftover Developer Options --- src/port/ui/ImguiUI.cpp | 6 ------ 1 file changed, 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" });