X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Focaml%2Fc_mathml_editor.cc;h=8ab2a05cc095c6ee6fdb3c6d9b9c41fb5004ce52;hb=4ef40e8fb4de63f9699268b389f052007bc87f54;hp=25759823ba05e8351b9d8b6ab6347121bde9a782;hpb=4faf0e37e7019de16dd6862bb34d84f799a2a230;p=helm.git diff --git a/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc b/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc index 25759823b..8ab2a05cc 100644 --- a/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc +++ b/helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.cc @@ -24,7 +24,6 @@ */ #include -#include #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(); }