]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/ITPushLexer.hh
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / DEVEL / mathml_editor / src / ITPushLexer.hh
diff --git a/helm/DEVEL/mathml_editor/src/ITPushLexer.hh b/helm/DEVEL/mathml_editor/src/ITPushLexer.hh
deleted file mode 100644 (file)
index 5b5ace3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#ifndef __ITPushLexer_hh__
-#define __ITPushLexer_hh__
-
-#include <string>
-
-#include "TPushLexer.hh"
-
-class ITPushLexer : public TPushLexer
-{
-public:
-  ITPushLexer(class ALogger&, class APushParser&, class TDictionary&);
-  ~ITPushLexer(void) { };
-
-  virtual bool complete(void);
-private:  
-  class TDictionary& dictionary;
-};
-
-#endif