diff options
author | Pablo Barciela <[email protected]> | 2019-08-20 00:06:05 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-08-20 09:01:31 -0400 |
commit | b911ab2d958e69074cbfb3d4e8d3a9f30c22e690 (patch) | |
tree | cbe1493cdd86a7e0dc450af8137c4179bec76b3a | |
parent | fe967a0403a2fa82dfa2af3c40a8fc181241947a (diff) | |
download | mate-settings-daemon-b911ab2d958e69074cbfb3d4e8d3a9f30c22e690.tar.bz2 mate-settings-daemon-b911ab2d958e69074cbfb3d4e8d3a9f30c22e690.tar.xz |
msd-smartcard: remove unused struct members
-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); |