mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Remove unused member variable in HexEditor class (#1129)
Fixes `error: private field 'm_grayZeroHighlighter' is not used [-Werror,-Wunused-private-field]`
This commit is contained in:
@@ -193,7 +193,6 @@ namespace hex::plugin::builtin::ui {
|
||||
|
||||
u16 m_bytesPerRow = 16;
|
||||
ContentRegistry::HexEditor::DataVisualizer *m_currDataVisualizer;
|
||||
u32 m_grayZeroHighlighter = 0;
|
||||
char m_unknownDataCharacter = '?';
|
||||
|
||||
bool m_shouldJumpToSelection = false;
|
||||
@@ -232,4 +231,4 @@ namespace hex::plugin::builtin::ui {
|
||||
std::function<void(u64, const u8 *, size_t)> m_tooltipCallback = defaultTooltipCallback;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user