aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-12-07 05:55:16 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-12-07 05:55:16 +0100
commitf36349e89814d25b12ec34ac5228462e8632e3ac (patch)
tree4e20a1ec1d28b77fad79b640d6115a6c11af5a6f /src/qt/rpcconsole.h
parent297cc20e70dff6565bde13fc5386327b312333df (diff)
downloadbitcoin-f36349e89814d25b12ec34ac5228462e8632e3ac.tar.xz
qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
There is no network toggle button (anymore?) in the RPC console. Removes another warning (#9250).
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 344d5ecb98..ab8c3dc914 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -62,8 +62,6 @@ protected:
private Q_SLOTS:
void on_lineEdit_returnPressed();
void on_tabWidget_currentChanged(int index);
- /** toggle network activity */
- void on_toggleNetworkActiveButton_clicked();
/** open the debug.log from the current datadir */
void on_openDebugLogfileButton_clicked();
/** change the time range of the network traffic graph */