From 78c352cb49db1f8c9e2ef4a2a468ef4f8006cd3b Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 11 Aug 2022 01:44:02 -0400 Subject: Add support for automatically restoring view state (layout and location) when reopening files. --- ui/linearview.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/linearview.h b/ui/linearview.h index 38d8dfaf..845862ef 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -366,10 +366,6 @@ public: virtual bool navigateToFunction(FunctionRef func, uint64_t offset) override; virtual bool navigateToViewLocation(const ViewLocation& viewLocation, bool center = false) override; - virtual std::string getNavigationMode() override; - virtual void setNavigationMode(std::string mode) override; - virtual std::vector getNavigationModes() override; - virtual BinaryNinja::Ref getHistoryEntry() override; virtual void navigateToHistoryEntry(BinaryNinja::Ref entry) override; -- cgit v1.3.1