]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listbox.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / os2 / listbox.h
index 34c8b4a9e421ad7b5828605456debcd896231363..813885934abc2aca8db7c301446a803f3564fb05 100644 (file)
@@ -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