Skip to content

Commit

Permalink
Fix broken build with YubiKey disabled
Browse files Browse the repository at this point in the history
Remove reference to DatabaseOpenWidget::checkChallengeResponse that was
removed in commit #3287.
  • Loading branch information
chuim authored and droidmonkey committed Jun 24, 2019
1 parent f856427 commit 41b2a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ DatabaseOpenWidget::DatabaseOpenWidget(QWidget* parent)

connect(m_ui->buttonRedetectYubikey, SIGNAL(clicked()), SLOT(pollYubikey()));
#else
m_ui->checkChallengeResponse->setVisible(false);
m_ui->buttonRedetectYubikey->setVisible(false);
m_ui->comboChallengeResponse->setVisible(false);
m_ui->yubikeyProgress->setVisible(false);
Expand Down

0 comments on commit 41b2a01

Please sign in to comment.