X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTPushParser.cc;h=1a477078503c6f489fb5093db7732aaf16ddf576;hb=4ef40e8fb4de63f9699268b389f052007bc87f54;hp=0c96fe43968c94be52a1fdcffac385012d683ebb;hpb=05907edbcd5364bac6b06153a6a134c8b8a300d7;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TPushParser.cc b/helm/DEVEL/mathml_editor/src/TPushParser.cc index 0c96fe439..1a4770785 100644 --- a/helm/DEVEL/mathml_editor/src/TPushParser.cc +++ b/helm/DEVEL/mathml_editor/src/TPushParser.cc @@ -23,8 +23,6 @@ * or send an email to */ -#include - #include "ALogger.hh" #include "TPushParser.hh" #include "AMathMLFactory.hh" @@ -57,7 +55,6 @@ TPushParser::reset() { nextId = 1; if (cursor.parent()) cursor.remove(); - cursor["val"] = ""; doc.reset(); doc.root().append(cursor); if (factory && !frozen()) factory->documentModified(doc);