Skip to content

Commit

Permalink
MyDialogSettings: remove empty destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Jan 7, 2025
1 parent e94d586 commit c62d420
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/gui/MyDialogSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,3 @@ MyDialogSettings::MyDialogSettings(wxWindow* parent, int id, const wxString& tit
}


MyDialogSettings::~MyDialogSettings()
{


}




2 changes: 0 additions & 2 deletions src/gui/MyDialogSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class MyDialogSettings: public DialogSettings

MyDialogSettings(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);

~MyDialogSettings();

bool getStatsAutosave() const { return checkbox_stats_save->GetValue(); };
bool getLogSavetofile() const { return checkbox_logfile->GetValue(); };
bool getDoMulticast() const { return checkbox_multicast->GetValue(); };
Expand Down

0 comments on commit c62d420

Please sign in to comment.