From db62abb7356fb97ff3ccceddf3bae75c225662c9 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 9 May 2019 17:42:09 +0200 Subject: [PATCH] don't need this --- src/basic_api.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/basic_api.hh b/src/basic_api.hh index 57cd94c..f532ee2 100644 --- a/src/basic_api.hh +++ b/src/basic_api.hh @@ -5,10 +5,6 @@ #include "pEpmodule.hh" -DYNAMIC_API PEP_STATUS key_reset_trust( - PEP_SESSION session, - pEp_identity *ident - ); namespace pEp { namespace PythonAdapter { void update_identity(Identity& ident);