]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TToken.hh
* this is a large commit
[helm.git] / helm / DEVEL / mathml_editor / src / TToken.hh
index bf19fb187a12897fdfd32eab6175dea2adb195c4..1cb6ca15e5848a8f9827d1fde8e52e9ab51910c4 100644 (file)
@@ -22,8 +22,7 @@ struct TToken
       OTHER,
       ACTIVE,
       COMMENT,
-      CONTROL,
-      GDELETE
+      CONTROL
     };
 
   TToken(TCat c) : category(c) { };