Remove unused variables

This commit is contained in:
Gianluca Recchia
2018-10-31 18:31:01 +01:00
committed by Jonathan White
parent b39522f874
commit 9d106d6bfc
4 changed files with 0 additions and 4 deletions

View File

@@ -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());