]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/listctrl.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / osx / listctrl.h
index cd6b2e9fb6b97e7628bc196e6042db3b0eacf91d..eb6b50b4a972de4a4c28aba73b3896e588834204 100644 (file)
@@ -291,9 +291,6 @@ class WXDLLIMPEXP_CORE wxListCtrl: public wxListCtrlBase
     // return the icon for the given item and column.
     virtual int OnGetItemColumnImage(long item, long column) const;
 
-    // return the attribute for the item (may return NULL if none)
-    virtual wxListItemAttr *OnGetItemAttr(long item) const;
-
 /* Why should we need this function? Leave for now.
  * We might need it because item data may have changed,
  * but the display needs refreshing (in string callback mode)