mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user