]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/animate.h
adding measuring contexts, streamlining printing code
[wxWidgets.git] / include / wx / gtk / animate.h
index 56dd791cf9a44191d0f2c837368460e5d9c9b803..d9dbe1b72a0a9ac2c299364ecc4ee1aa4d4a550d 100644 (file)
@@ -33,11 +33,6 @@ public:
 
     wxAnimation& operator= (const wxAnimation&);
 
-    bool operator == (const wxAnimation& anim) const
-        { return m_pixbuf == anim.m_pixbuf; }
-    bool operator != (const wxAnimation& anim) const
-        { return m_pixbuf != anim.m_pixbuf; }
-
     virtual bool IsOk() const
         { return m_pixbuf != NULL; }