obsolete ref to checklistbox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-04-29 05:51:49 +00:00
parent 2a0155df72
commit af182d461f

View File

@@ -516,7 +516,6 @@ OSStatus wxMacListBoxItem::GetSetData( wxMacDataItemBrowserControl *owner ,
OSStatus err = errDataBrowserPropertyNotSupported;
wxListBox *list = wxDynamicCast( owner->GetPeer() , wxListBox );
wxCHECK_MSG( list != NULL , errDataBrowserPropertyNotSupported , wxT("Listbox expected"));
wxCheckListBox *checklist = wxDynamicCast( list , wxCheckListBox );
if ( !changeValue )
{