summaryrefslogtreecommitdiff
path: root/examples/triage/byte.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
committerBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
commit5fc08034ea071119c5407898c81d0aa012512430 (patch)
tree8aa1b5e8351cb5df68f794a82f0205f213d25869 /examples/triage/byte.h
parent4360736956684054546340387193161131118796 (diff)
MemoryMap update with new segment model.
Diffstat (limited to 'examples/triage/byte.h')
-rw-r--r--examples/triage/byte.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/triage/byte.h b/examples/triage/byte.h
index 1c8c20f8..53a037e7 100644
--- a/examples/triage/byte.h
+++ b/examples/triage/byte.h
@@ -40,7 +40,6 @@ class ByteView : public QAbstractScrollArea, public View
QTimer* m_cursorTimer;
void updateRanges();
- void removeRange(uint64_t begin, uint64_t end);
void setTopToAddress(uint64_t addr);