X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e458bb53997706d4432d2dc0b9b516320709389..8bfde0a840b1343b3e86105d53a7d4988ab72c75:/src/common/animatecmn.cpp diff --git a/src/common/animatecmn.cpp b/src/common/animatecmn.cpp index e9c0b8678a..512c309942 100644 --- a/src/common/animatecmn.cpp +++ b/src/common/animatecmn.cpp @@ -30,11 +30,5 @@ wxAnimation wxNullAnimation; IMPLEMENT_ABSTRACT_CLASS(wxAnimationBase, wxObject) IMPLEMENT_ABSTRACT_CLASS(wxAnimationCtrlBase, wxControl) -void wxAnimationCtrlBase::SetInactiveBitmap(const wxBitmap &bmp) -{ - m_bmpStatic = bmp; - m_bmpStatic.UnShare(); -} - #endif // wxUSE_ANIMATIONCTRL