From 238b0019106ebebd74936d28a5e6fdb42ea5f298 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:44:22 -0500 Subject: [PATCH] fix: remove remaining iggy checkmarks for pano --- .../Platform/Common/UI/UIScene_SettingsOptionsMenu.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Minecraft.Client/Platform/Common/UI/UIScene_SettingsOptionsMenu.h b/Minecraft.Client/Platform/Common/UI/UIScene_SettingsOptionsMenu.h index 6bf721a2d..67c30660d 100644 --- a/Minecraft.Client/Platform/Common/UI/UIScene_SettingsOptionsMenu.h +++ b/Minecraft.Client/Platform/Common/UI/UIScene_SettingsOptionsMenu.h @@ -6,8 +6,6 @@ class UIScene_SettingsOptionsMenu : public UIScene { private: enum EControls { eControl_ViewBob, - // 4jcraft - eControl_ClassicPanorama, eControl_ShowHints, eControl_ShowTooltips, eControl_InGameGamertags, @@ -22,8 +20,8 @@ protected: static int m_iDifficultyTitleSettingA[4]; private: - UIControl_CheckBox m_checkboxViewBob, m_checkboxClassicPanorama, - m_checkboxShowHints, m_checkboxShowTooltips, m_checkboxInGameGamertags, + UIControl_CheckBox m_checkboxViewBob, m_checkboxShowHints, + m_checkboxShowTooltips, m_checkboxInGameGamertags, m_checkboxMashupWorlds; // Checkboxes UIControl_Slider m_sliderAutosave, m_sliderDifficulty; // Sliders UIControl_Label m_labelDifficultyText; // Text @@ -31,8 +29,6 @@ private: UI_BEGIN_MAP_ELEMENTS_AND_NAMES(UIScene) UI_MAP_ELEMENT(m_checkboxViewBob, "ViewBob") - // 4jcraft - UI_MAP_ELEMENT(m_checkboxClassicPanorama, "ClassicPanorama") UI_MAP_ELEMENT(m_checkboxShowHints, "ShowHints") UI_MAP_ELEMENT(m_checkboxShowTooltips, "ShowTooltips") UI_MAP_ELEMENT(m_checkboxInGameGamertags, "InGameGamertags")