Remove unused variable

This commit is contained in:
ζeh Matt 2023-02-24 01:26:12 +02:00
parent 365fcf24c3
commit 7b398d89a6
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ bool gChatOpen = false;
static u8string _chatCurrentLine;
static std::deque<u8string> _chatHistory;
static std::deque<uint32_t> _chatHistoryTime;
static uint32_t _chatHistoryIndex = 0;
static uint32_t _chatCaretTicks = 0;
static int32_t _chatLeft;
static int32_t _chatTop;