From 4c39a58c328461fe5485b87b93bc60a1490c16da Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 26 Sep 2024 17:50:35 -0400 Subject: Make the undefine action context aware --- ui/flowgraphwidget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 667d088c..321a8480 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -344,12 +344,11 @@ class BINARYNINJAUIAPI FlowGraphWidget : void goToAddressAtFileOffset(); void followPointer(); void defineName(); - void undefineName(); + void undefine(); void setUserVariableValue(); void clearUserVariableValue(); void defineFuncName(); void editFunctionProperties(); - void undefineFunc(); void createFunc(const UIActionContext& context); void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false); void changeType(); -- cgit v1.3.1