removed a forgotten relict of past: xmlbin format extension still used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-12-13 23:50:28 +00:00
parent 008a56c968
commit c742a6ae90
2 changed files with 0 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ bool wxXmlResource::Load(const wxString& filemask)
if (filemask.Lower().Matches(wxT("*.zip")) ||
filemask.Lower().Matches(wxT("*.xrs")))
{
rt = rt && Load(fnd + wxT("#zip:*.xmlbin"));
rt = rt && Load(fnd + wxT("#zip:*.xrc"));
}
else

View File

@@ -103,7 +103,6 @@ bool wxXmlResource::Load(const wxString& filemask)
if (filemask.Lower().Matches(wxT("*.zip")) ||
filemask.Lower().Matches(wxT("*.xrs")))
{
rt = rt && Load(fnd + wxT("#zip:*.xmlbin"));
rt = rt && Load(fnd + wxT("#zip:*.xrc"));
}
else