summaryrefslogtreecommitdiff
path: root/src/html.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-06 20:09:07 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-06 20:09:07 +0300
commitc6419eed96f2832b1de2b94d711552efaa9b172d (patch)
tree999d0d08a0fe902be7b07c599c15714e00380656 /src/html.hpp
parent73345c7dc06a6488f34d4a76906a62171a519278 (diff)
downloadtexo-c6419eed96f2832b1de2b94d711552efaa9b172d.tar
texo-c6419eed96f2832b1de2b94d711552efaa9b172d.tar.xz
texo-c6419eed96f2832b1de2b94d711552efaa9b172d.zip
[texo] Prettier print (+ fixes).
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