X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d1517cef26509f5b2fca218145af4e4db7a4be2..fae803f27be8ae1c4fe8f8775b333cc0fc80bdee:/include/wx/generic/animate.h diff --git a/include/wx/generic/animate.h b/include/wx/generic/animate.h index f0cf9bbf9f..fd7ee2a824 100644 --- a/include/wx/generic/animate.h +++ b/include/wx/generic/animate.h @@ -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; }