diff options
Diffstat (limited to 'libtdenetwork/gpgmepp/context.h')
-rw-r--r-- | libtdenetwork/gpgmepp/context.h | 9 |
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 // |