X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..facd6764872eede45605ba7c9dfa0e1d0c708fa2:/src/os2/listctrl.cpp diff --git a/src/os2/listctrl.cpp b/src/os2/listctrl.cpp index 01dd9d86f0..1cf40a8c99 100644 --- a/src/os2/listctrl.cpp +++ b/src/os2/listctrl.cpp @@ -2896,19 +2896,4 @@ MRESULT wxListCtrl::OS2WindowProc( return lRc; } // end of wxListCtrl::WindowProc -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