summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-11-04 19:58:07 -0400
committerGlenn Smith <glenn@vector35.com>2021-11-05 17:27:44 -0400
commitafe2b869b0bc8ea2b4969163899d495d46c85fef (patch)
treebab982369580b56d71afb15dad98a0f1b4d03dad /ui/flowgraphwidget.h
parente7d9bb894f35b4f80d4f626d0f8348a800f3fe51 (diff)
Add tooltips to linear view, make generic tooltip functions
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