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/flowgraphwidget.h | |
| parent | 4019e2044e794f0f1c01e9c03bfe404b1bbd777d (diff) | |
Unify *::viewInTypesView into UIContext::navigateToType
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index c69f8ea7..08c41b7d 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -281,8 +281,6 @@ class BINARYNINJAUIAPI FlowGraphWidget : void showLineInNode(FlowGraphNodeRef node, size_t lineIndex); void ensureCursorVisible(); - void viewInTypesView(std::string typeName, uint64_t offset = 0); - void setInstructionHighlight(BNHighlightColor color); void setBlockHighlight(BNHighlightColor color); |
