mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
HexEditor: Remove unused m_hover_pos
This commit is contained in:
parent
640cb920e8
commit
46601690d9
Notes:
sideshowbarker
2024-07-19 09:38:35 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/46601690d93 Pull-request: https://github.com/SerenityOS/serenity/pull/1177
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
Reference in a new issue