X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..00f553943850592fda4607bf8a34d458cf6ab522:/src/generic/listctrl.cpp diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index bdb8733169..394e27505c 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -4533,17 +4533,6 @@ wxGenericListCtrl::wxGenericListCtrl() m_headerHeight = 0; } -wxGenericListCtrl::wxGenericListCtrl(wxWindow *parent, - wxWindowID winid, - const wxPoint &pos, - const wxSize &size, - long style, - const wxValidator& validator, - const wxString &name) -{ - Create(parent, winid, pos, size, style, validator, name); -} - wxGenericListCtrl::~wxGenericListCtrl() { if (m_ownsImageListNormal) @@ -5393,39 +5382,5 @@ void wxGenericListCtrl::Thaw() m_mainWin->Thaw(); } -#if !defined(__WXMSW__) || defined(__WIN16__) || defined(__WXUNIVERSAL__) - -wxListCtrl::wxListCtrl() -{ -} - -wxListCtrl::wxListCtrl(wxWindow *parent, - wxWindowID winid, - const wxPoint& pos, - const wxSize& size, - long style, - const wxValidator &validator, - const wxString &name) - : wxGenericListCtrl(parent, winid, pos, size, style, validator, name) -{ -} - -#endif // !__WXMSW__ || __WIN16__ || __WXUNIVERSAL__ - -wxListView::wxListView() -{ -} - -wxListView::wxListView(wxWindow *parent, - wxWindowID winid, - const wxPoint& pos, - const wxSize& size, - long style, - const wxValidator& validator, - const wxString &name) -{ - Create(parent, winid, pos, size, style, validator, name); -} - #endif // wxUSE_LISTCTRL