]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listctrl.cpp
new control based view architecture
[wxWidgets.git] / src / os2 / listctrl.cpp
index 01dd9d86f092077eb786bfac698996859c85b09c..1cf40a8c99f60fb0e6f607d027d42bac8eff0adb 100644 (file)
@@ -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