From c6419eed96f2832b1de2b94d711552efaa9b172d Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 6 Nov 2019 20:09:07 +0300 Subject: [texo] Prettier print (+ fixes). --- src/html.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/html.hpp') 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 -- cgit v1.2.3