Remove unused variables

This commit is contained in:
Laurent Montel
2023-11-17 08:31:40 +01:00
committed by Carl Schwan
parent d4ad773ff1
commit f9ba31f2dc

View File

@@ -158,7 +158,6 @@ private:
QPointer<NeoChatRoom> m_room;
QPointer<ChatBarCache> m_chatBarCache;
bool completionVisible = false;
QColor m_mentionColor;
QColor m_errorColor;
@@ -172,7 +171,5 @@ private:
SyntaxHighlighter *m_highlighter = nullptr;
CompletionModel::AutoCompletionType m_completionType = CompletionModel::None;
CompletionModel *m_completionModel = nullptr;
};