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)
10891089{
10901090 ui->tabWidget ->setCurrentIndex (tabType);
10911091}
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
6262private 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 */
You can’t perform that action at this time.
0 commit comments