From 808ced63950ccfd1296812eb471f6008dbef9d0a Mon Sep 17 00:00:00 2001 From: Alexandre Petit <62973006+AlexpFr@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:30:13 +0100 Subject: [PATCH] SSH Agent: Remove unused members m_entryCertificate and m_attachmentsCertificate --- src/gui/entry/EditEntryWidget.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/entry/EditEntryWidget.h b/src/gui/entry/EditEntryWidget.h index 5bfb2b9b1..66645d420 100644 --- a/src/gui/entry/EditEntryWidget.h +++ b/src/gui/entry/EditEntryWidget.h @@ -188,8 +188,6 @@ private: #ifdef WITH_XC_SSHAGENT KeeAgentSettings m_sshAgentSettings; QString m_pendingPrivateKey; - QPointer m_entryCertificate; - const QScopedPointer m_attachmentsCertificate; #endif const QScopedPointer m_mainUi; const QScopedPointer m_advancedUi;