diff --git a/src/App/Document.cpp b/src/App/Document.cpp index 583c2a51b1..05f473b626 100644 --- a/src/App/Document.cpp +++ b/src/App/Document.cpp @@ -1855,10 +1855,6 @@ void Document::restore (void) try { Document::Restore(reader); } - catch(Base::RestoreError &e) { - e.ReportException(); - - } catch (const Base::Exception& e) { Base::Console().Error("Invalid Document.xml: %s\n", e.what()); }