aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-11-26 16:39:40 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2015-11-30 08:50:59 +0100
commite6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f (patch)
treeac98746bd8b417a8d88d1b7fe661546e33985aca /src/qt/clientmodel.h
parent012fc91511b153ce3fd3e9fb7bbed8f85fb1690e (diff)
downloadbitcoin-e6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f.tar.xz
[Qt] update block tip (height and date) without locking cs_main, update always (each block)
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 493a759331..3c6700f37a 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -81,11 +81,6 @@ private:
PeerTableModel *peerTableModel;
BanTableModel *banTableModel;
- int cachedNumBlocks;
- QDateTime cachedBlockDate;
- bool cachedReindexing;
- bool cachedImporting;
-
QTimer *pollTimer;
void subscribeToCoreSignals();