]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bitmap.cpp
don't reset m_deferShow if Show() is called more than once, bug 1939534
[wxWidgets.git] / src / gtk / bitmap.cpp
index 91aa96accfebdb7dab45dbea12ffd7d4ceca71b2..b1fe2f76f113f66e025fd31b85c614808489f4e4 100644 (file)
@@ -968,12 +968,6 @@ wxGDIRefData* wxBitmap::CloneGDIRefData(const wxGDIRefData* data) const
     return newRef;
 }
 
-//-----------------------------------------------------------------------------
-// wxBitmapHandler
-//-----------------------------------------------------------------------------
-
-IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxBitmapHandlerBase)
-
 /* static */ void wxBitmap::InitStandardHandlers()
 {
     // TODO: Insert handler based on GdkPixbufs handler later