mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-05-06 19:43:57 +00:00
Cleaning code and update CMI
This commit is contained in:
parent
9a632b7d41
commit
298714449a
5 changed files with 9 additions and 7 deletions
|
@ -23,9 +23,12 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
void OnExit(wxCommandEvent &event) { Close(true); }
|
||||
void OnExit(wxCommandEvent &event) {
|
||||
(void)event; // Disable unused variable warning
|
||||
Close(true); }
|
||||
|
||||
void OnPaint(wxPaintEvent &event) {
|
||||
(void)event; // Disable unused variable warning
|
||||
wxPaintDC current_dc(this);
|
||||
dc = ¤t_dc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue