]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bitmap.cpp
remove the ugly INSTANCE macro
[wxWidgets.git] / src / gtk1 / bitmap.cpp
index daa51e4dc566f88f42f43a6d8d4b8273cc2f1879..cbd92cd42d29c447f221cc3b356b0065890472de 100644 (file)
@@ -369,7 +369,7 @@ wxGDIRefData *wxBitmap::CreateGDIRefData() const
 
 wxGDIRefData *wxBitmap::CloneGDIRefData(const wxGDIRefData *data) const
 {
-    return new wxBitmapRefData(*wx_static_cast(const wxBitmapRefData *, data));
+    return new wxBitmapRefData(*static_cast<const wxBitmapRefData *>(data));
 }
 
 bool wxBitmap::Create( int width, int height, int depth )
@@ -1373,12 +1373,6 @@ bool wxBitmap::HasAlpha() const
     return false;
 }
 
-//-----------------------------------------------------------------------------
-// wxBitmapHandler
-//-----------------------------------------------------------------------------
-
-IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxBitmapHandlerBase)
-
 /* static */ void wxBitmap::InitStandardHandlers()
 {
     // TODO: Insert handler based on GdkPixbufs handler later