HexEditor: Remove unused m_hover_pos

This commit is contained in:
joshua stein 2020-01-30 17:05:30 -06:00 committed by Andreas Kling
parent 640cb920e8
commit 46601690d9
Notes: sideshowbarker 2024-07-19 09:38:35 +09:00

View file

@ -84,7 +84,6 @@ private:
bool m_in_drag_select { false }; bool m_in_drag_select { false };
int m_selection_start { -1 }; int m_selection_start { -1 };
int m_selection_end { -1 }; int m_selection_end { -1 };
int m_hover_pos { -1 };
HashMap<int, u8> m_tracked_changes; HashMap<int, u8> m_tracked_changes;
int m_position { 0 }; int m_position { 0 };
int m_byte_position { 0 }; // 0 or 1 int m_byte_position { 0 }; // 0 or 1