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

@@ -151,7 +151,6 @@ class TextWidgetsPage : public WidgetsPage
public:
// ctor(s) and dtor
TextWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
virtual ~TextWidgetsPage(){};
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_text; }
virtual wxTextEntryBase *GetTextEntry() const wxOVERRIDE { return m_text; }