FIX: remove use of auxiliary dialog & unused sizer in ObjectList

Change-Id: I0ecac4477f2bd1d17391ba0471c3140f3d4cde19
This commit is contained in:
chunmao.guo 2022-08-01 10:02:44 +08:00 committed by Lane.Wei
parent 78037d9163
commit 2fc9851d1d
4 changed files with 4 additions and 27 deletions

View file

@ -19,7 +19,6 @@
#include "Search.hpp"
#include "PartPlate.hpp"
#include "GUI_App.hpp"
#include "GUI_AuxiliaryList.hpp"
#include "Jobs/PrintJob.hpp"
#include "libslic3r/Model.hpp"
@ -126,8 +125,6 @@ public:
wxPanel* print_panel();
wxPanel* filament_panel();
AuxiliaryList* aux_list();
ConfigOptionsGroup* og_freq_chng_params(const bool is_fff);
wxButton* get_wiping_dialog_button();
@ -147,7 +144,6 @@ public:
void update_searcher();
void update_ui_from_settings();
bool show_object_list(bool show) const;
bool show_auxiliary_dialog() const;
#ifdef _MSW_DARK_MODE
void show_mode_sizer(bool show);