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