From 73345c7dc06a6488f34d4a76906a62171a519278 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 5 Nov 2019 19:46:50 +0300 Subject: [texo] Medium has been changed. --- src/lines.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lines.hpp') diff --git a/src/lines.hpp b/src/lines.hpp index 7ddee07..ccd226c 100644 --- a/src/lines.hpp +++ b/src/lines.hpp @@ -15,8 +15,6 @@ public: void Put(const TexoParagraph &piece); void Put(const TexoQuote &piece); - void Put(const TexoLineBreak &piece); - private: bool newline; }; @@ -25,14 +23,12 @@ private: class TexoImporterLines: public TexoImporter { public: TexoImporterLines(TexoProducer &producer); - ~TexoImporterLines(); void Put(char c); void Put(const ScriptVariable &str); void Put(FILE *file); private: - bool quoted; bool newline; }; -- cgit v1.2.3