aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-24 12:40:35 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-30 21:01:20 +0200
commitb3e9bcaac85a64a1b41d534b28c8cfb1f08e14e5 (patch)
treed64db84424411ae258b46d12eaac740ea2b36fae /src/qt/peertablemodel.cpp
parent49c604077c572fcdea8739eb3383467dbbbc5f52 (diff)
downloadbitcoin-b3e9bcaac85a64a1b41d534b28c8cfb1f08e14e5.tar.xz
qt, refactor: Drop no longer used PeerTableModel::getNodeStats function
Diffstat (limited to 'src/qt/peertablemodel.cpp')
-rw-r--r--src/qt/peertablemodel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp
index 5321c3f076..9f41a2e308 100644
--- a/src/qt/peertablemodel.cpp
+++ b/src/qt/peertablemodel.cpp
@@ -221,11 +221,6 @@ QModelIndex PeerTableModel::index(int row, int column, const QModelIndex &parent
return QModelIndex();
}
-const CNodeCombinedStats *PeerTableModel::getNodeStats(int idx)
-{
- return priv->index(idx);
-}
-
void PeerTableModel::refresh()
{
Q_EMIT layoutAboutToBeChanged();