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
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
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());