]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushParser.cc
This commit was manufactured by cvs2svn to create tag 'v0_0_2'.
[helm.git] / helm / DEVEL / mathml_editor / src / TPushParser.cc
index 31b6e986728679a9b3485c7f78d557b85e9b5d83..1a477078503c6f489fb5093db7732aaf16ddf576 100644 (file)
@@ -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);