impr: Further cleanup hex editor footer

This commit is contained in:
WerWolv
2024-06-25 21:19:59 +02:00
parent c56667b0dd
commit 95166ccfb8
4 changed files with 60 additions and 64 deletions

View File

@@ -232,10 +232,6 @@ namespace hex::ui {
m_showAscii = showAscii;
}
void enableShowHumanReadableUnits(bool showHumanReadableUnits) {
m_showHumanReadableUnits = showHumanReadableUnits;
}
void enableSyncScrolling(bool syncScrolling) {
m_scrollPosition.setSynced(syncScrolling);
}
@@ -365,7 +361,6 @@ namespace hex::ui {
bool m_showCustomEncoding = true;
bool m_showMiniMap = false;
int m_miniMapWidth = 5;
bool m_showHumanReadableUnits = true;
u32 m_byteCellPadding = 0, m_characterCellPadding = 0;
bool m_footerCollapsed = true;