From 3ad654354bc051796646186d45e027b30feea942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 10 Apr 2018 12:45:45 +0200 Subject: Drop quick jump buttons from memory view They are not implemented and even if they would they usage would be little bit funky as they would jump by internal amount of page memory. --- qtmips_machine/memory.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qtmips_machine/memory.h') diff --git a/qtmips_machine/memory.h b/qtmips_machine/memory.h index 231cc34..e4777b3 100644 --- a/qtmips_machine/memory.h +++ b/qtmips_machine/memory.h @@ -85,10 +85,6 @@ public: const union MemoryTree *get_memorytree_root() const; - // These functions locate next start or end of next allocated tree leaf - std::uint32_t next_allocated(std::uint32_t) const; - std::uint32_t prev_allocated(std::uint32_t) const; - private: union MemoryTree *mt_root; static union MemoryTree *allocate_section_tree(); -- cgit v1.2.3