mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
HexEditor: Remove unused m_hover_pos
This commit is contained in:
parent
640cb920e8
commit
46601690d9
1 changed files with 0 additions and 1 deletions
|
@ -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<int, u8> m_tracked_changes;
|
||||
int m_position { 0 };
|
||||
int m_byte_position { 0 }; // 0 or 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue