diff options
| author | Brian Potchik <brian@vector35.com> | 2022-08-11 01:44:02 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-08-11 01:44:02 -0400 |
| commit | 78c352cb49db1f8c9e2ef4a2a468ef4f8006cd3b (patch) | |
| tree | 5657af66fed0dad4cb189d4a6d7fefceef91f29f | |
| parent | d86583e8f7dd2ad3cf18d4cb895deb91ffae5393 (diff) | |
Add support for automatically restoring view state (layout and location) when reopening files.
| -rw-r--r-- | ui/linearview.h | 4 |
1 files changed, 0 insertions, 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<std::string> getNavigationModes() override; - virtual BinaryNinja::Ref<HistoryEntry> getHistoryEntry() override; virtual void navigateToHistoryEntry(BinaryNinja::Ref<HistoryEntry> entry) override; |
