]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bitmap.cpp
removed stray return from SetFont()
[wxWidgets.git] / src / gtk / bitmap.cpp
index d459bdbce717368ab18fdbc7b4f5ff8e1792b9a4..37cf202e56bf05b20825ef2feda0b5a5a0da7968 100644 (file)
@@ -708,11 +708,6 @@ wxImage wxBitmap::ConvertToImage() const
     return image;
 }
 
-bool wxBitmap::operator == ( const wxBitmap& bmp ) const
-{
-    return m_refData == bmp.m_refData;
-}
-
 bool wxBitmap::IsOk() const
 {
     return (m_refData != NULL) &&
@@ -997,9 +992,6 @@ void wxBitmap::SetPixbuf(GdkPixbuf* pixbuf, int depth)
 
 void wxBitmap::PurgeOtherRepresentations(wxBitmap::Representation keep)
 {
-    // AllocExclusive should not be needed for this internal function
-    wxASSERT(m_refData->GetRefCount() == 1);
-
     if (keep == Pixmap && HasPixbuf())
     {
         g_object_unref (M_BMPDATA->m_pixbuf);