]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/palette.h
removed extraneous semicolons
[wxWidgets.git] / include / wx / mgl / palette.h
index bc15c26da0fd4af91f777101e991f9ef74da178d..c8d46785cd6f23acaaf948a86f552eff44e58f24 100644 (file)
@@ -35,8 +35,6 @@ public:
     wxPalette();
     wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
     virtual ~wxPalette();
-    bool operator == (const wxPalette& palette) const;
-    bool operator != (const wxPalette& palette) const;
     virtual bool Ok() const { return IsOk(); }
     virtual bool IsOk() const;