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:
@@ -52,11 +52,6 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
|
|||||||
{
|
{
|
||||||
UnRef();
|
UnRef();
|
||||||
|
|
||||||
wxBitmapHandler *handler = FindHandler(type);
|
|
||||||
|
|
||||||
if ( handler )
|
|
||||||
return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight);
|
|
||||||
else
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user