From 7216dba2f31ba263da68a2ce6cf5800b10159c96 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sun, 18 Nov 2018 02:41:20 +0100 Subject: [PATCH] remove forgoten exception --- src/App/Document.cpp | 4 ---- 1 file changed, 4 deletions(-) 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()); }