mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
feature remove not work code for code format
This commit is contained in:
@@ -61,10 +61,6 @@ public:
|
||||
// force_before_wizard - indicates that check of updated is forced before ConfigWizard opening
|
||||
MsgUpdateConfig(const std::vector<Update> &updates, bool force_before_wizard = false);
|
||||
void on_dpi_changed(const wxRect &suggested_rect);
|
||||
// MsgUpdateConfig(MsgUpdateConfig &&) = delete;
|
||||
//MsgUpdateConfig(const MsgUpdateConfig &) = delete;
|
||||
//MsgUpdateConfig &operator=(MsgUpdateConfig &&) = delete;
|
||||
//MsgUpdateConfig &operator=(const MsgUpdateConfig &) = delete;
|
||||
~MsgUpdateConfig();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user