]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/animatecmn.cpp
fix the broken code in strftime()
[wxWidgets.git] / src / common / animatecmn.cpp
index e9c0b8678a2d85753c23d81f47ee3cbe921081e7..512c309942765e9b2a0ffbdd880217159bd81735 100644 (file)
@@ -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