From afe2b869b0bc8ea2b4969163899d495d46c85fef Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 4 Nov 2021 19:58:07 -0400 Subject: Add tooltips to linear view, make generic tooltip functions --- ui/flowgraphwidget.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/flowgraphwidget.h') 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 -- cgit v1.3.1