diff options
| -rw-r--r-- | plugins/smartcard/msd-smartcard.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/smartcard/msd-smartcard.c b/plugins/smartcard/msd-smartcard.c index 9316cfd..ab46ca6 100644 --- a/plugins/smartcard/msd-smartcard.c +++ b/plugins/smartcard/msd-smartcard.c @@ -43,9 +43,6 @@ struct _MsdSmartcardPrivate {          PK11SlotInfo *slot;          char *name; - -        CERTCertificate *signing_certificate; -        CERTCertificate *encryption_certificate;  };  static void msd_smartcard_finalize (GObject *object);  | 
