X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTToken.hh;h=1cb6ca15e5848a8f9827d1fde8e52e9ab51910c4;hb=1957a1f151c547f04625c4379e51ab66bddb69c7;hp=bf19fb187a12897fdfd32eab6175dea2adb195c4;hpb=e290ab0a049ec2babedc3cb0ff802c430ed8ee7c;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TToken.hh b/helm/DEVEL/mathml_editor/src/TToken.hh index bf19fb187..1cb6ca15e 100644 --- a/helm/DEVEL/mathml_editor/src/TToken.hh +++ b/helm/DEVEL/mathml_editor/src/TToken.hh @@ -22,8 +22,7 @@ struct TToken OTHER, ACTIVE, COMMENT, - CONTROL, - GDELETE + CONTROL }; TToken(TCat c) : category(c) { };