From cc6590d780b3c5ec30dc704b40d5fdc4e09944d0 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 20 Jul 2025 11:36:34 +0200 Subject: [PATCH] fix: Remove unused variable --- plugins/windows/include/views/view_tty_console.hpp | 1 - 1 file changed, 1 deletion(-) 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;