mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
MainWindow: remove unused function
This commit is contained in:
parent
4f4bb95b32
commit
59e4a8588a
2 changed files with 0 additions and 10 deletions
|
@ -1395,15 +1395,6 @@ void MainWindow::onSignedHashesReceived(QNetworkReply *reply, const QString &pla
|
|||
this->onCheckUpdatesComplete(version, binaryFilename, hash, signer);
|
||||
}
|
||||
|
||||
void MainWindow::onShowDonationNag() {
|
||||
auto msg = "Feather is a 100% community-sponsored endeavor. Please consider supporting "
|
||||
"the project financially. Get rid of this message by donating any amount.";
|
||||
int ret = QMessageBox::information(this, "Donate to Feather", msg, QMessageBox::Yes, QMessageBox::No);
|
||||
if (ret == QMessageBox::Yes) {
|
||||
this->donateButtonClicked();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::onInitiateTransaction() {
|
||||
m_statusDots = 0;
|
||||
m_constructingTransaction = true;
|
||||
|
|
|
@ -134,7 +134,6 @@ private slots:
|
|||
void onCheckUpdatesComplete(const QString &version, const QString &binaryFilename, const QString &hash, const QString &signer);
|
||||
void onShowUpdateCheck(const QString &version, const QString &binaryFilename, const QString &hash, const QString &signer);
|
||||
void onSignedHashesReceived(QNetworkReply *reply, const QString &platformTag, const QString &version);
|
||||
void onShowDonationNag();
|
||||
void onInitiateTransaction();
|
||||
void onEndTransaction();
|
||||
void onCustomRestoreHeightSet(int height);
|
||||
|
|
Loading…
Reference in a new issue