diff options
Diffstat (limited to 'lib/xml_base.cpp')
-rw-r--r-- | lib/xml_base.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/xml_base.cpp b/lib/xml_base.cpp index 3f6cc0be..8f8ee74d 100644 --- a/lib/xml_base.cpp +++ b/lib/xml_base.cpp @@ -44,9 +44,6 @@ void xmlAccess::loadXmlDocument(const Zstring& filename, XmlDoc& doc) //throw Ff } catch (const FileError& error) { - if (!fileExists(filename)) - throw FfsXmlError(replaceCpy(_("Cannot find file %x."), L"%x", fmtFileName(filename))); - throw FfsXmlError(error.toString()); } |