mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 13:22:06 +00:00
FIX: remove use of auxiliary dialog & unused sizer in ObjectList
Change-Id: I0ecac4477f2bd1d17391ba0471c3140f3d4cde19
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user