From 2a5ddd9edbbfca02400c0f2afffaa816ed2adcac Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Mon, 14 Sep 2026 14:16:02 +0800 Subject: [PATCH] fix: warnings --- src/slic3r/GUI/CameraPopup.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/slic3r/GUI/CameraPopup.hpp b/src/slic3r/GUI/CameraPopup.hpp index 8f161a4d87..c9b1540d3b 100644 --- a/src/slic3r/GUI/CameraPopup.hpp +++ b/src/slic3r/GUI/CameraPopup.hpp @@ -71,10 +71,10 @@ private: wxStaticText* m_text_liveview_retry; SwitchButton* m_switch_liveview_retry; #endif //BBL_RELEASE_TO_PUBLIC - wxStaticText* m_custom_camera_hint; - TextInput* m_custom_camera_input; - Button* m_custom_camera_input_confirm; - bool m_custom_camera_enabled{ false }; + // wxStaticText* m_custom_camera_hint; + // TextInput* m_custom_camera_input; + // Button* m_custom_camera_input_confirm; + // bool m_custom_camera_enabled{ false }; wxStaticText* m_text_resolution; wxWindow* m_resolution_options[RESOLUTION_OPTIONS_NUM]; wxScrolledWindow *m_panel;