aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-01-18 17:56:21 +0300
committerCrystalwarrior <varsash@gmail.com>2021-01-18 17:56:21 +0300
commitea94644cf5bbd11f507b318677a7360433a0ae92 (patch)
tree31a99e852d486452c7462583ac4ce3801c7d8f68 /include/courtroom.h
parent96fcb75c4c836887c80af3ddc1b4c8e1d4622abb (diff)
Attempt a theoretically safer method of tracking last displayed message
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 46da7a32..92b5a03c 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -349,7 +349,6 @@ private:
QVector<QString> arup_locks;
QVector<chatlogpiece> ic_chatlog_history;
- int ic_chatlog_current = -1;
QQueue<QStringList> chatmessage_queue;