mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
AppContext: remove unused signal
This commit is contained in:
parent
e7b0dd9e9e
commit
d8269441eb
2 changed files with 0 additions and 4 deletions
|
@ -505,9 +505,6 @@ void AppContext::onWSCCS(const QJsonArray &ccs_data) {
|
|||
l.append(c);
|
||||
}
|
||||
|
||||
if(l.count() == 0)
|
||||
emit ccsEmpty();
|
||||
|
||||
emit ccsUpdated(l);
|
||||
}
|
||||
|
||||
|
|
|
@ -158,7 +158,6 @@ signals:
|
|||
void nodeSourceChanged(NodeSource nodeSource);
|
||||
void XMRigDownloads(const QJsonObject &data);
|
||||
void setCustomNodes(QList<FeatherNode> nodes);
|
||||
void ccsEmpty();
|
||||
void openAliasResolveError(const QString &msg);
|
||||
void openAliasResolved(const QString &address, const QString &openAlias);
|
||||
void setRestoreHeightError(const QString &msg);
|
||||
|
|
Loading…
Reference in a new issue