aboutsummaryrefslogtreecommitdiffstats
path: root/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'context.cpp')
-rw-r--r--context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/context.cpp b/context.cpp
index 0a32692..736eba5 100644
--- a/context.cpp
+++ b/context.cpp
@@ -162,7 +162,6 @@ gpgme_key_t Context::getKeyDetails(QString uid)
if (!key) {
gpgme_get_key(mCtx, uid.toAscii().constData(), &key, 0);
}
-
return key;
}
@@ -220,7 +219,6 @@ GpgKeyList Context::listKeys()
void Context::deleteKeys(QStringList *uidList)
{
-
QString tmp;
gpgme_key_t key;