]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bitmap.cpp
1. don't assert if we're passed an empty defaultDir and full path in
[wxWidgets.git] / src / gtk / bitmap.cpp
index 522e383b8995c0c81e53d733b6f91fde0928a3f8..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) &&