summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-08-20 00:06:05 +0200
committerVictor Kareh <[email protected]>2019-08-20 09:01:31 -0400
commitb911ab2d958e69074cbfb3d4e8d3a9f30c22e690 (patch)
treecbe1493cdd86a7e0dc450af8137c4179bec76b3a
parentfe967a0403a2fa82dfa2af3c40a8fc181241947a (diff)
downloadmate-settings-daemon-b911ab2d958e69074cbfb3d4e8d3a9f30c22e690.tar.bz2
mate-settings-daemon-b911ab2d958e69074cbfb3d4e8d3a9f30c22e690.tar.xz
msd-smartcard: remove unused struct members
-rw-r--r--plugins/smartcard/msd-smartcard.c3
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);