]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Committing in .
[wxWidgets.git] / 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;