Remove wxBitmapHandler code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-07-21 00:08:47 +00:00
parent a4d592ff8d
commit 4c7020e9f5

View File

@ -52,12 +52,7 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
{
UnRef();
wxBitmapHandler *handler = FindHandler(type);
if ( handler )
return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight);
else
return FALSE;
return FALSE;
}
void wxIcon::CopyFromBitmap(const wxBitmap& icno)