]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed very obsolete Set/GetColourMap accessors.
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jun 2003 16:19:26 +0000 (16:19 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jun 2003 16:19:26 +0000 (16:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bitmap.h

index 78f51feb4f151f18ecf85324b4ed7d8922bfb32d..36dda96e2ad2f9d42e4b72112653328621e05d05 100644 (file)
@@ -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;