summaryrefslogtreecommitdiff
path: root/src/html.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.hpp')
-rw-r--r--src/html.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/html.hpp b/src/html.hpp
index 8091d74..b96200f 100644
--- a/src/html.hpp
+++ b/src/html.hpp
@@ -47,14 +47,4 @@ private:
};
-class TexoImporterHTML: public TexoImporter {
-public:
- TexoImporterHTML(TexoProducer &producer);
-
- void Put(char c);
- void Put(const ScriptVariable &str);
- void Put(FILE *file);
-};
-
-
#endif