summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp/context.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 21:15:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-21 11:31:08 +0900
commit89161d921313f3fc05386baa09ea59010c9fc494 (patch)
tree48754dc793913ad11b5f13e227792e11d4c987d0 /libtdenetwork/gpgmepp/context.h
parent6905cc3eb1948181a182e3a7cd0f9a9383d29a50 (diff)
downloadtdepim-89161d921313f3fc05386baa09ea59010c9fc494.tar.gz
tdepim-89161d921313f3fc05386baa09ea59010c9fc494.zip
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 <michele.calgaro@yahoo.it> (cherry picked from commit 9441cfb0db89a24d2a01c85416677a56c9b269b0)
Diffstat (limited to 'libtdenetwork/gpgmepp/context.h')
-rw-r--r--libtdenetwork/gpgmepp/context.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libtdenetwork/gpgmepp/context.h b/libtdenetwork/gpgmepp/context.h
index 03c03829..580d766c 100644
--- a/libtdenetwork/gpgmepp/context.h
+++ b/libtdenetwork/gpgmepp/context.h
@@ -31,7 +31,6 @@ namespace GpgME {
class Key;
class Data;
- class TrustItem;
class ProgressProvider;
class PassphraseProvider;
class EventLoopInteractor;
@@ -180,14 +179,6 @@ namespace GpgME {
GpgME::Error startKeyDeletion( const Key & key, bool allowSecretKeyDeletion=false );
//
- // Trust Item Management
- //
-
- GpgME::Error startTrustItemListing( const char * pattern, int maxLevel );
- TrustItem nextTrustItem( GpgME::Error & e );
- GpgME::Error endTrustItemListing();
-
- //
//
// Crypto Operations
//