]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/palette.h
Fixed SetForeground and SetBackground declarations
[wxWidgets.git] / include / wx / motif / palette.h
index 589b7735e03dd1eb2811d70b39752a3d69d61b21..18302f09dfbde3f52a77c445e6b04558d4a7ff70 100644 (file)
@@ -56,7 +56,6 @@ class WXDLLEXPORT wxPalette: public wxGDIObject
 public:
   wxPalette();
   inline wxPalette(const wxPalette& palette) { Ref(palette); }
-  inline wxPalette(const wxPalette* palette) { UnRef(); if (palette) Ref(*palette); }
 
   wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
   ~wxPalette();