]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/bitmap.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / mgl / bitmap.h
index 25a58396b50b31fa0057805ece26904e0553859f..f794945d5497eca263b7f9aba81eba13c90606ed 100644 (file)
@@ -38,8 +38,6 @@ public:
     wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_RESOURCE);
     wxBitmap(const wxImage& image, int depth = -1);
     virtual ~wxBitmap() {}
-    bool operator == (const wxBitmap& bmp) const;
-    bool operator != (const wxBitmap& bmp) const;
     bool Ok() const { return IsOk(); }
     bool IsOk() const;