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 caa9884..7e50cd7 100644
--- a/context.cpp
+++ b/context.cpp
@@ -151,8 +151,6 @@ GpgKeyList Context::listKeys()
while (it != keys.end()) {
if (key->subkeys->keyid == it->id.toStdString())
it->privkey = true;
- else
- it->privkey = false;
it++;
}