From c1807e0888c5851ab4fc2b419ec892a601792179 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sat, 28 Jul 2018 14:41:42 +0200 Subject: Max OOC name limited, unnecessary variable removed. --- courtroom.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'courtroom.h') 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_colour_stack; - bool centre_text = false; - bool next_character_is_not_special = false; // If true, write the // next character as it is. -- cgit