Remove unnecessary empty dtors from the widgets sample
No real changes, just remove completely unnecessary lines and trailing semicolons after them.
This commit is contained in:
parent
b97ea90f4f
commit
0acb119ccb
14 changed files with 0 additions and 14 deletions
|
|
@ -68,7 +68,6 @@ class DatePickerWidgetsPage : public WidgetsPage
|
|||
{
|
||||
public:
|
||||
DatePickerWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
|
||||
virtual ~DatePickerWidgetsPage(){};
|
||||
|
||||
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_datePicker; }
|
||||
virtual void RecreateWidget() wxOVERRIDE { CreateDatePicker(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue