X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9a695b777bdf8878a8316266aac9f3be4e7dc35..404b319a85dadd7decf7a5a5331020520031a41c:/src/msw/listctrl.cpp diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index abfdf8db89..941506314e 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -3089,15 +3089,6 @@ int wxListCtrl::OnGetItemColumnImage(long item, long column) const return -1; } -wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const -{ - wxASSERT_MSG( item >= 0 && item < GetItemCount(), - wxT("invalid item index in OnGetItemAttr()") ); - - // no attributes by default - return NULL; -} - wxListItemAttr *wxListCtrl::DoGetItemColumnAttr(long item, long column) const { if ( IsVirtual() )