diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-21 15:10:16 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-01-10 01:21:25 +0200 |
commit | 24313fbf7e3d69145bc18c089601ba7aea35d61c (patch) | |
tree | c3a74af398cb43db56bcb18103abd5004a36aeda /src/qt/rpcconsole.h | |
parent | 1c0e0a5e38102a67cb66cf6eef4098bdb64bb0f5 (diff) |
Remove redundant stopExecutor() signal
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 6c000ba096..79b0f3b19c 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -132,7 +132,6 @@ public Q_SLOTS: Q_SIGNALS: // For RPC command executor - void stopExecutor(); void cmdRequest(const QString &command, const WalletModel* wallet_model); private: |