feature remove not work code for code format

This commit is contained in:
alves
2025-12-30 11:01:36 +08:00
parent 5bc0dffec3
commit 60acdf143d
4 changed files with 0 additions and 108 deletions

View File

@@ -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();
};