summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 6919297f..367e0174 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -288,10 +288,6 @@ public:
virtual void onFunctionSelected(FunctionRef func);
virtual void onHighlightChanged(const HighlightTokenState& highlight);
- static std::string getPossibleValueSetStateName(BNRegisterValueType state);
- static std::string getStringForRegisterValue(ArchitectureRef arch, BinaryNinja::RegisterValue value);
- static std::string getStringForPossibleValueSet(ArchitectureRef arch, const BinaryNinja::PossibleValueSet& values);
-
// protected:
// These APIs are really supposed to be protected but since the bindings need to call them
// and they have out parameters (and thus need to be re-implemented) they must be public