From b911ab2d958e69074cbfb3d4e8d3a9f30c22e690 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 20 Aug 2019 00:06:05 +0200 Subject: msd-smartcard: remove unused struct members --- plugins/smartcard/msd-smartcard.c | 3 --- 1 file changed, 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); -- cgit v1.2.1