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;