X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a85ccd79fdfe15dbe412e9b1cb78a8047e6b7a83..27d79a5027bee4f46e57c813d072422065cb1592:/src/common/bmpbase.cpp diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 1a0c5d7809..46804febbd 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -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);