X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9eee2db810695ae4417e9935475f268bb68bbac..1338c59a025505bc066be220fe56e898a72b3ad3:/include/wx/os2/listbox.h?ds=sidebyside diff --git a/include/wx/os2/listbox.h b/include/wx/os2/listbox.h index 34c8b4a9e4..813885934a 100644 --- a/include/wx/os2/listbox.h +++ b/include/wx/os2/listbox.h @@ -145,21 +145,6 @@ protected: #endif private: -#if wxUSE_WX_RESOURCES -# if wxUSE_OWNER_DRAWN - virtual wxControl* CreateItem( const wxItemResource* pChildResource - ,const wxItemResource* pParentResource - ,const wxResourceTable* pTable = (const wxResourceTable *) NULL - ) - { - return(wxWindowBase::CreateItem( pChildResource - ,pParentResource - ,pTable - ) - ); - } -# endif -#endif DECLARE_DYNAMIC_CLASS(wxListBox) }; // end of wxListBox