]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listctrl.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / os2 / listctrl.cpp
index cf9a922745ad94eb873bce1ba172f293bfcf90e7..3b4cd843ea58a3d3c003bef19287b9166bd881d3 100644 (file)
@@ -2588,19 +2588,6 @@ int wxListCtrl::OnGetItemColumnImage (
     return -1;
 } // end of wxListCtrl::OnGetItemColumnImage
 
-wxListItemAttr* wxListCtrl::OnGetItemAttr (
-  long                              WXUNUSED_UNLESS_DEBUG(lItem)
-) const
-{
-    wxASSERT_MSG( lItem >= 0 && lItem < GetItemCount(),
-                  wxT("invalid item index in OnGetItemAttr()") );
-
-    //
-    // No attributes by default
-    //
-    return NULL;
-} // end of wxListCtrl::OnGetItemAttr
-
 void wxListCtrl::SetItemCount (
   long                              lCount
 )