diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-24 12:40:35 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-30 21:01:20 +0200 |
commit | b3e9bcaac85a64a1b41d534b28c8cfb1f08e14e5 (patch) | |
tree | d64db84424411ae258b46d12eaac740ea2b36fae /src/qt/peertablemodel.h | |
parent | 49c604077c572fcdea8739eb3383467dbbbc5f52 (diff) |
qt, refactor: Drop no longer used PeerTableModel::getNodeStats function
Diffstat (limited to 'src/qt/peertablemodel.h')
-rw-r--r-- | src/qt/peertablemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/peertablemodel.h b/src/qt/peertablemodel.h index f70b7aeaa6..7bff239507 100644 --- a/src/qt/peertablemodel.h +++ b/src/qt/peertablemodel.h @@ -53,7 +53,6 @@ class PeerTableModel : public QAbstractTableModel public: explicit PeerTableModel(interfaces::Node& node, QObject* parent); ~PeerTableModel(); - const CNodeCombinedStats *getNodeStats(int idx); int getRowByNodeId(NodeId nodeid); void startAutoRefresh(); void stopAutoRefresh(); |