Revert "DocumentReader implemented for GuiDocument.xml reading."
This reverts commit 5f101af3e9.
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
/// Here the FreeCAD includes sorted by Base,App,Gui......
|
||||
#include "Persistence.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <xercesc/dom/DOM.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
using namespace Base;
|
||||
|
||||
@@ -65,14 +61,6 @@ void Persistence::Save (Writer &/*writer*/) const
|
||||
assert(0);
|
||||
}
|
||||
|
||||
void Persistence::Restore(DocumentReader &/*reader*/)
|
||||
{
|
||||
}
|
||||
|
||||
void Persistence::Restore(DocumentReader &/*reader*/,XERCES_CPP_NAMESPACE_QUALIFIER DOMElement */*containerEl*/)
|
||||
{
|
||||
}
|
||||
|
||||
void Persistence::Restore(DocumentReader &/*reader*/)
|
||||
{
|
||||
// you have to implement this method in all descending classes!
|
||||
|
||||
Reference in New Issue
Block a user