fixup for last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2005-03-01 10:25:54 +00:00
parent da76c2ce81
commit d2945f3350

View File

@ -184,8 +184,6 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
CopyFromBitmap( bmp ) ;
return true;
}
#else
return false;
#endif
}
}