aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-03-31 10:16:43 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-03-31 10:16:43 +0200
commit36599db428514412a64d47a1f739615013877739 (patch)
tree08321e3864cbab8304b75478b7266fb3bfd80e52 /src/qt/overviewpage.h
parent9d8d85920a9a7544ab05542d46b68ffb3c2741fa (diff)
downloadbitcoin-36599db428514412a64d47a1f739615013877739.tar.xz
qt: remove transaction count from overview page
It was needlessly confusing people, as it doesn't necessarily match the number of transactions in the transaction list.
Diffstat (limited to 'src/qt/overviewpage.h')
-rw-r--r--src/qt/overviewpage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/overviewpage.h b/src/qt/overviewpage.h
index b287f479f8..59ba3c66bb 100644
--- a/src/qt/overviewpage.h
+++ b/src/qt/overviewpage.h
@@ -30,7 +30,6 @@ public:
public slots:
void setBalance(qint64 balance, qint64 unconfirmedBalance, qint64 immatureBalance);
- void setNumTransactions(int count);
signals:
void transactionClicked(const QModelIndex &index);