]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/animate.h
Include winundefs.h
[wxWidgets.git] / include / wx / generic / animate.h
index f0cf9bbf9f3c09e53446f575416edd8c0d66b942..fd7ee2a8240b3bd240aeb2cc3c8113d46d5fcc19 100644 (file)
@@ -23,11 +23,6 @@ WX_DECLARE_LIST_WITH_DECL(wxAnimationDecoder, wxAnimationDecoderList, class WXDL
 class WXDLLIMPEXP_ADV wxAnimation : public wxAnimationBase
 {
 public:
-    bool operator == (const wxAnimation& anim) const
-        { return m_refData == anim.m_refData; }
-    bool operator != (const wxAnimation& anim) const
-        { return m_refData != anim.m_refData; }
-
     virtual bool IsOk() const
         { return m_refData != NULL; }