mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-07 06:27:39 +03:00
Remove unused variables
This commit is contained in:
parent
b39522f874
commit
9d106d6bfc
4 changed files with 0 additions and 4 deletions
|
@ -463,7 +463,6 @@ void EditEntryWidget::updateSSHAgentKeyInfo()
|
|||
void EditEntryWidget::saveSSHAgentConfig()
|
||||
{
|
||||
KeeAgentSettings settings;
|
||||
QString privateKeyPath = m_sshAgentUi->attachmentComboBox->currentText();
|
||||
|
||||
settings.setAddAtDatabaseOpen(m_sshAgentUi->addKeyToAgentCheckBox->isChecked());
|
||||
settings.setRemoveAtDatabaseClose(m_sshAgentUi->removeKeyFromAgentCheckBox->isChecked());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue