From 7919cba5b7c60e490e5b6e72f92496b8b48401ff Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 18 Jun 2003 16:19:26 +0000 Subject: [PATCH] Removed very obsolete Set/GetColourMap accessors. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/bitmap.h | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.47.2