From 46601690d9354170cdcf15d2f48385b0d5aad5eb Mon Sep 17 00:00:00 2001 From: joshua stein Date: Thu, 30 Jan 2020 17:05:30 -0600 Subject: [PATCH] HexEditor: Remove unused m_hover_pos --- Applications/HexEditor/HexEditor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Applications/HexEditor/HexEditor.h b/Applications/HexEditor/HexEditor.h index 78b1bbd95bd..82fb591a43a 100644 --- a/Applications/HexEditor/HexEditor.h +++ b/Applications/HexEditor/HexEditor.h @@ -84,7 +84,6 @@ private: bool m_in_drag_select { false }; int m_selection_start { -1 }; int m_selection_end { -1 }; - int m_hover_pos { -1 }; HashMap m_tracked_changes; int m_position { 0 }; int m_byte_position { 0 }; // 0 or 1