Skip to content

Commit f36349e

Browse files
committed
qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
There is no network toggle button (anymore?) in the RPC console. Removes another warning (#9250).
1 parent 297cc20 commit f36349e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/qt/rpcconsole.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,3 @@ void RPCConsole::setTabFocus(enum TabTypes tabType)
10891089
{
10901090
ui->tabWidget->setCurrentIndex(tabType);
10911091
}
1092-
1093-
void RPCConsole::on_toggleNetworkActiveButton_clicked()
1094-
{
1095-
clientModel->setNetworkActive(!clientModel->getNetworkActive());
1096-
}

src/qt/rpcconsole.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class RPCConsole: public QWidget
6262
private Q_SLOTS:
6363
void on_lineEdit_returnPressed();
6464
void on_tabWidget_currentChanged(int index);
65-
/** toggle network activity */
66-
void on_toggleNetworkActiveButton_clicked();
6765
/** open the debug.log from the current datadir */
6866
void on_openDebugLogfileButton_clicked();
6967
/** change the time range of the network traffic graph */

0 commit comments

Comments
 (0)