diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-10-21 18:57:27 +0200 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-11-10 16:19:13 -0500 |
| commit | fccd7d13d9979cbdca3251f4695bc91840252efa (patch) | |
| tree | a3023414ebdc9be8f51e899d49826659cd825112 /ui/tokenizedtextview.h | |
| parent | 4019e2044e794f0f1c01e9c03bfe404b1bbd777d (diff) | |
Unify *::viewInTypesView into UIContext::navigateToType
Diffstat (limited to 'ui/tokenizedtextview.h')
| -rw-r--r-- | ui/tokenizedtextview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index 86ec5915..3bfd091c 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -69,7 +69,6 @@ class BINARYNINJAUIAPI TokenizedTextView : void viewInHexEditor(); void viewInGraph(); - void viewInTypesView(std::string typeName = "", uint64_t offset = 0); void goToAddress(); void defineNameAtAddr(uint64_t addr); void defineName(); |
