From 197f69dc73d0f8a0d2c0eee2e0a3784f2cf6b309 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 5 Oct 2022 12:09:07 -0400 Subject: Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unnecessary --- binaryninjaapi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index fa66a799..2eed35e0 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -707,7 +707,6 @@ namespace BinaryNinja { \return a list of registered logger names */ static std::vector GetLoggerNames(); - static void RegisterLoggerCallback(const std::function& cb); }; std::string EscapeString(const std::string& s); -- cgit v1.3.1