]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / bitmap.h
index 78f51feb4f151f18ecf85324b4ed7d8922bfb32d..83e48ce737856a983682264c53940d589ef23306 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "bitmapbase.h"
 #endif
 
@@ -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;