aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-07-28 14:41:42 +0200
committerCerapter <cerap@protonmail.com>2018-07-28 14:41:42 +0200
commitc1807e0888c5851ab4fc2b419ec892a601792179 (patch)
tree959685cc5b03fec79b7f247e04b91ee27f3d2058 /courtroom.h
parent1b70d4d6dbc5090fde105ade1db57ed668d5e520 (diff)
Max OOC name limited, unnecessary variable removed.
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/courtroom.h b/courtroom.h
index 590de3d0..4569156c 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -164,8 +164,6 @@ private:
// A stack of inline colours.
std::stack<INLINE_COLOURS> inline_colour_stack;
- bool centre_text = false;
-
bool next_character_is_not_special = false; // If true, write the
// next character as it is.