qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
There is no network toggle button (anymore?) in the RPC console. Removes another warning (#9250).
This commit is contained in:
parent
297cc20e70
commit
f36349e898
2 changed files with 0 additions and 7 deletions
|
@ -1089,8 +1089,3 @@ void RPCConsole::setTabFocus(enum TabTypes tabType)
|
|||
{
|
||||
ui->tabWidget->setCurrentIndex(tabType);
|
||||
}
|
||||
|
||||
void RPCConsole::on_toggleNetworkActiveButton_clicked()
|
||||
{
|
||||
clientModel->setNetworkActive(!clientModel->getNetworkActive());
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue