summaryrefslogtreecommitdiff
path: root/src/lines.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
commit73345c7dc06a6488f34d4a76906a62171a519278 (patch)
tree28b1c588873a8154db03ba9abe344412c5ef2587 /src/lines.hpp
parent55fd715a4ea184644600be54531ce5b28bec9a90 (diff)
downloadtexo-73345c7dc06a6488f34d4a76906a62171a519278.tar
texo-73345c7dc06a6488f34d4a76906a62171a519278.tar.xz
texo-73345c7dc06a6488f34d4a76906a62171a519278.zip
[texo] Medium has been changed.
Diffstat (limited to 'src/lines.hpp')
-rw-r--r--src/lines.hpp4
1 files changed, 0 insertions, 4 deletions
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;
};