]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp instead of wxDC...
[wxWidgets.git] / include / wx / msw / listctrl.h
index 308304f7802a2691e6a3a1a282592599798fb623..c937308b00a711a778dad175add5f70573ccd2af 100644 (file)
@@ -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;