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

@@ -94,7 +94,6 @@ class SliderWidgetsPage : public WidgetsPage
{
public:
SliderWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
virtual ~SliderWidgetsPage(){};
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_slider; }
virtual void RecreateWidget() wxOVERRIDE { CreateSlider(); }