aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 898e8ba..df75cce 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -315,9 +315,6 @@ private:
bool rainbow_appended = false;
bool blank_blip = false;
- // Whether or not is this message additive to the previous one
- bool is_additive = false;
-
// Used for getting the current maximum blocks allowed in the IC chatlog.
int log_maximum_blocks = 0;
@@ -355,7 +352,6 @@ private:
static const int MS_MINIMUM = 15;
static const int MS_MAXIMUM = 30;
QString m_chatmessage[MS_MAXIMUM];
- bool chatmessage_is_empty = false;
QString previous_ic_message = "";
QString additive_previous = "";