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=31b6e986728679a9b3485c7f78d557b85e9b5d83;hpb=87152a8fc9dc1d743213614da2ba279c8975fd09;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TPushParser.cc b/helm/DEVEL/mathml_editor/src/TPushParser.cc index 31b6e9867..1a4770785 100644 --- a/helm/DEVEL/mathml_editor/src/TPushParser.cc +++ b/helm/DEVEL/mathml_editor/src/TPushParser.cc @@ -55,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);