mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
SSH Agent: Remove unused members m_entryCertificate and m_attachmentsCertificate
This commit is contained in:
parent
7916050b39
commit
808ced6395
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue