diff options
| -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; |
