aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/context.h b/context.h
index 7ca00d5..705a07e 100644
--- a/context.h
+++ b/context.h
@@ -51,19 +51,6 @@ public:
typedef QLinkedList< GpgKey > GpgKeyList;
-class GpgSignature
-{
-public:
- QString fpr;
- QString name;
- QString email;
- gpgme_error_t signStatusCode;
- QString signStatusString;
- bool presentInKeyList;
-};
-
-typedef QLinkedList< GpgSignature > GpgSignatureList;
-
namespace GpgME
{