summaryrefslogtreecommitdiff
path: root/src/lines.hpp
diff options
context:
space:
mode:
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;
};