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:
Vadim Zeitlin
2018-03-17 17:24:07 +01:00
parent b97ea90f4f
commit 0acb119ccb
14 changed files with 0 additions and 14 deletions

View File

@@ -65,7 +65,6 @@ class DirPickerWidgetsPage : public WidgetsPage
{
public:
DirPickerWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
virtual ~DirPickerWidgetsPage(){};
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_dirPicker; }
virtual void RecreateWidget() wxOVERRIDE { RecreatePicker(); }