]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/palette.h
use wxLaunchDefaultBrowser by default if no browser is specified
[wxWidgets.git] / include / wx / os2 / palette.h
index 3e90e0568234a640491b32fd3c7543bce69bd5a8..0ffd177910a3602f3dc4c7000bb7620c85cefcde 100644 (file)
@@ -36,7 +36,6 @@ class WXDLLEXPORT wxPalette: public wxPaletteBase
 
 public:
     wxPalette();
-    inline wxPalette(const wxPalette& rPalette) { Ref(rPalette); }
 
     wxPalette( int                  n
               ,const unsigned char* pRed
@@ -62,7 +61,6 @@ public:
 
     virtual bool Ok(void) const { return (m_refData != NULL) ; }
 
-    inline wxPalette& operator = (const wxPalette& rPalette) { if (*this == rPalette) return (*this); Ref(rPalette); return *this; }
     inline bool       operator == (const wxPalette& rPalette) const
         { return m_refData == rPalette.m_refData; }
     inline bool       operator != (const wxPalette& rPalette) const