Remove unneeded size event handler

This commit is contained in:
Paul Cornett
2021-12-22 09:35:02 -08:00
parent 025b8a447c
commit 95a11eef3e
2 changed files with 0 additions and 12 deletions

View File

@@ -1195,10 +1195,7 @@ public:
int GetItemCount() const
{ return GetStore()->GetItemCount(); }
void OnSize( wxSizeEvent &event );
private:
wxDECLARE_EVENT_TABLE();
wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxDataViewListCtrl);
};