aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-17 05:45:07 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-17 05:45:07 +0200
commit5fa28e99033c79d50188ee47d9f09d6ade595d71 (patch)
treebb585c3358931f57e6d9978ee4af6de0df086e2d /src/qt/walletview.h
parentb90dad5143993d266cdfeece898164d648bbbd78 (diff)
downloadbitcoin-5fa28e99033c79d50188ee47d9f09d6ade595d71.tar.xz
refactor: Remove unused signal
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r--src/qt/walletview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h
index e29c4c52f5..8d5a301cdb 100644
--- a/src/qt/walletview.h
+++ b/src/qt/walletview.h
@@ -115,8 +115,6 @@ public Q_SLOTS:
void requestedSyncWarningInfo();
Q_SIGNALS:
- /** Signal that we want to show the main window */
- void showNormalIfMinimized();
/** Fired when a message should be reported to the user */
void message(const QString &title, const QString &message, unsigned int style);
/** Encryption status of wallet changed */