diff options
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r-- | keygendialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp index cad510a..20e08ff 100644 --- a/keygendialog.cpp +++ b/keygendialog.cpp @@ -35,7 +35,6 @@ KeyGenDialog::KeyGenDialog(GpgME::GpgContext *ctx, QWidget *parent) void KeyGenDialog::generateKeyDialog() { - nameLabel = new QLabel(tr("Name:")); emailLabel = new QLabel(tr("E-Mailaddress::")); commentLabel = new QLabel(tr("Comment:")); |