]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Prevent seg fault for older GTK+
[wxWidgets.git] / include / wx / bitmap.h
index afafd319583b6681de9c27837bcd81fe2f0eb4f7..4153de3a39148e61507face9147f2ba151a89c49 100644 (file)
@@ -127,8 +127,6 @@ public:
     wxBitmap(const char* const* bits);
     wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_XPM);
     wxBitmap(const wxImage& image, int depth = -1);
-    bool operator == (const wxBitmap& bmp) const;
-    bool operator != (const wxBitmap& bmp) const;
 
     bool Create(int width, int height, int depth = -1);