]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
aui: allow m_frame to be null in wxFrameManager
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index 18e2f40f19293fb4d88ca5933d051ea39e2303fc..ecf23e114475f606b2eedd2f8681f9c73b9a8317 100644 (file)
@@ -78,8 +78,6 @@ public:
     wxBitmap( const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_XPM );
     wxBitmap( const wxImage& image, int depth = -1 ) { (void)CreateFromImage(image, depth); }
     virtual ~wxBitmap();
-    bool operator == ( const wxBitmap& bmp ) const;
-    bool operator != ( const wxBitmap& bmp ) const;
     bool Ok() const { return IsOk(); }
     bool IsOk() const;