summaryrefslogtreecommitdiff
path: root/src/plain.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-09-27 18:35:47 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-09-27 18:35:47 +0300
commit5dd4f05089608a66c435d6be36d4bc93dc425986 (patch)
treead3c7961983ffed2e225a1c6ae2f87df2664da89 /src/plain.hpp
parent2eae362fd3f50325067fa3d7e13db6882df80e76 (diff)
downloadtexo-5dd4f05089608a66c435d6be36d4bc93dc425986.tar
texo-5dd4f05089608a66c435d6be36d4bc93dc425986.tar.xz
texo-5dd4f05089608a66c435d6be36d4bc93dc425986.zip
Prework for HTML.
Diffstat (limited to 'src/plain.hpp')
-rw-r--r--src/plain.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plain.hpp b/src/plain.hpp
index c5c613c..8c74bce 100644
--- a/src/plain.hpp
+++ b/src/plain.hpp
@@ -4,13 +4,6 @@
#include "texo.hpp"
-class TexoPlainProducer: public TexoProducer {
-public:
- TexoPlainProducer(TexoExporter &exporter);
- void Put(const Texo &piece);
-};
-
-
class TexoPlainImporter: public TexoImporter {
public:
TexoPlainImporter(TexoProducer &producer);