]> 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 25759823ba05e8351b9d8b6ab6347121bde9a782..8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include <GdomeSmartDOMXSLT.hh>
-#include <cassert>
 
 #include "ALogger.hh"
 #include "TDictionary.hh"
@@ -198,7 +197,6 @@ extern "C" void
 c_mathml_editor_reset(Editor* editor)
 {
   assert(editor);
-  editor->lexer->reset();
   editor->parser->reset();
 }