From 9441cfb0db89a24d2a01c85416677a56c9b269b0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 19 Aug 2025 21:15:41 +0900 Subject: tdenetwork: remove trust item and trust list related code. This resolves issue #162. libgpgme-dev 2.0 completely removed the code related to trust item and trust list. Moreover according the their author, that code was only working for a brief time around 2003. In view of that, the code in TDE has been fully removed rather than making conditional based on the library version available. Signed-off-by: Michele Calgaro --- libtdenetwork/gpgmepp/eventloopinteractor.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libtdenetwork/gpgmepp/eventloopinteractor.cpp') diff --git a/libtdenetwork/gpgmepp/eventloopinteractor.cpp b/libtdenetwork/gpgmepp/eventloopinteractor.cpp index cdac7d56..b04a36c8 100644 --- a/libtdenetwork/gpgmepp/eventloopinteractor.cpp +++ b/libtdenetwork/gpgmepp/eventloopinteractor.cpp @@ -26,7 +26,6 @@ #include #include "context_p.h" #include -#include #include @@ -131,13 +130,6 @@ namespace GpgME { instance()->nextKeyEvent( ctx, Key( key, false, ctx ? ctx->keyListMode() : 0 ) ); } break; - case GPGME_EVENT_NEXT_TRUSTITEM: - { - gpgme_trust_item_t item = static_cast( type_data ); - instance()->nextTrustItemEvent( ctx, TrustItem( item ) ); - gpgme_trust_item_unref( item ); - } - break; default: // warn ; } -- cgit v1.2.3