File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1089,8 +1089,3 @@ void RPCConsole::setTabFocus(enum TabTypes tabType)
1089
1089
{
1090
1090
ui->tabWidget ->setCurrentIndex (tabType);
1091
1091
}
1092
-
1093
- void RPCConsole::on_toggleNetworkActiveButton_clicked ()
1094
- {
1095
- clientModel->setNetworkActive (!clientModel->getNetworkActive ());
1096
- }
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ class RPCConsole: public QWidget
62
62
private Q_SLOTS:
63
63
void on_lineEdit_returnPressed ();
64
64
void on_tabWidget_currentChanged (int index);
65
- /* * toggle network activity */
66
- void on_toggleNetworkActiveButton_clicked ();
67
65
/* * open the debug.log from the current datadir */
68
66
void on_openDebugLogfileButton_clicked ();
69
67
/* * change the time range of the network traffic graph */
You can’t perform that action at this time.
0 commit comments