]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
fixing forced link of quicktime backend on osx_cocoa
[wxWidgets.git] / src / common / bmpbase.cpp
index 1a0c5d7809c7bc94ddc495962e28d621260a10c8..46804febbd8436d329f880f9098bb8f17fd92500 100644 (file)
@@ -87,11 +87,6 @@ IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxObject)
 
 wxList wxBitmapBase::sm_handlers;
 
-bool wxBitmapBase::Create(int width, int height, const wxDC& WXUNUSED(dc))
-{
-    return Create(width,height);
-}
-
 void wxBitmapBase::AddHandler(wxBitmapHandler *handler)
 {
     sm_handlers.Append(handler);