diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-09-18 01:17:22 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-01-10 01:21:18 +0200 |
commit | 1c0e0a5e38102a67cb66cf6eef4098bdb64bb0f5 (patch) | |
tree | dcbac450d88cea65cd0cf1d57daf2642022d7178 /src/qt/bitcoin.h | |
parent | 5da08e0ac51682376767d823e76d2a92c61a5d97 (diff) |
Remove redundant stopThread() signal
Diffstat (limited to 'src/qt/bitcoin.h')
-rw-r--r-- | src/qt/bitcoin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoin.h b/src/qt/bitcoin.h index 48b5907570..ffed45236c 100644 --- a/src/qt/bitcoin.h +++ b/src/qt/bitcoin.h @@ -99,7 +99,6 @@ public Q_SLOTS: Q_SIGNALS: void requestedInitialize(); void requestedShutdown(); - void stopThread(); void splashFinished(); void windowShown(BitcoinGUI* window); |