]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc
This commit was manufactured by cvs2svn to create tag 'v0_0_2'.
[helm.git] / helm / DEVEL / mathml_editor / ocaml / c_mathml_editor.cc
index 6a4eacad165fee6671625c0cd4a5e766fd60b354..8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52 100644 (file)
@@ -197,7 +197,6 @@ extern "C" void
 c_mathml_editor_reset(Editor* editor)
 {
   assert(editor);
-  editor->lexer->reset();
   editor->parser->reset();
 }