fix: Remove unused variable

This commit is contained in:
WerWolv
2025-07-20 11:36:34 +02:00
parent 9ce18d1a42
commit cc6590d780

View File

@@ -69,7 +69,6 @@ namespace hex::plugin::windows {
bool m_hasCTSFlowControl = false;
bool m_shouldAutoScroll = true;
i64 m_scrollPosition = 0;
std::mutex m_receiveBufferMutex;
std::vector<std::string> m_receiveLines;