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" });