From: Julian Smart Date: Wed, 18 Jun 2003 16:19:26 +0000 (+0000) Subject: Removed very obsolete Set/GetColourMap accessors. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7919cba5b7c60e490e5b6e72f92496b8b48401ff Removed very obsolete Set/GetColourMap accessors. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index 78f51feb4f..36dda96e2a 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -130,11 +130,6 @@ public: virtual void SetPalette(const wxPalette& palette) = 0; #endif // wxUSE_PALETTE -#if WXWIN_COMPATIBILITY - wxPalette *GetColourMap() const { return GetPalette(); } - void SetColourMap(wxPalette *cmap) { SetPalette(*cmap); }; -#endif // WXWIN_COMPATIBILITY - // copies the contents and mask of the given (colour) icon to the bitmap virtual bool CopyFromIcon(const wxIcon& icon) = 0;