SSH Agent: Remove unused members m_entryCertificate and m_attachmentsCertificate

This commit is contained in:
Alexandre Petit 2026-03-09 13:30:13 +01:00
parent 7916050b39
commit 808ced6395
No known key found for this signature in database

View file

@ -188,8 +188,6 @@ private:
#ifdef WITH_XC_SSHAGENT
KeeAgentSettings m_sshAgentSettings;
QString m_pendingPrivateKey;
QPointer<Entry> m_entryCertificate;
const QScopedPointer<EntryAttachments> m_attachmentsCertificate;
#endif
const QScopedPointer<Ui::EditEntryWidgetMain> m_mainUi;
const QScopedPointer<Ui::EditEntryWidgetAdvanced> m_advancedUi;