diff --git a/plugins/windows/include/views/view_tty_console.hpp b/plugins/windows/include/views/view_tty_console.hpp index f3815c327..b71e5fae4 100644 --- a/plugins/windows/include/views/view_tty_console.hpp +++ b/plugins/windows/include/views/view_tty_console.hpp @@ -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 m_receiveLines;