X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..7d09b97f5321d0accd758eb420c008853ad9ec26:/include/wx/msw/listctrl.h?ds=sidebyside diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 308304f780..c937308b00 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -196,11 +196,9 @@ public: void SetItemBackgroundColour( long item, const wxColour &col); wxColour GetItemBackgroundColour( long item ) const; -#if wxABI_VERSION >= 20602 // Font of an item. void SetItemFont( long item, const wxFont &f); wxFont GetItemFont( long item ) const; -#endif // Gets the number of selected items in the list control int GetSelectedItemCount() const;