X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTToken.hh;h=1cb6ca15e5848a8f9827d1fde8e52e9ab51910c4;hb=387aeebf96181c051b7f527a0901b173cfcdf194;hp=bf19fb187a12897fdfd32eab6175dea2adb195c4;hpb=2f94240bc382ca43017f31b0852f1717fe18090b;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) { };