diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-11-26 16:39:40 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-11-30 08:50:59 +0100 |
commit | e6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f (patch) | |
tree | ac98746bd8b417a8d88d1b7fe661546e33985aca /src/qt/clientmodel.h | |
parent | 012fc91511b153ce3fd3e9fb7bbed8f85fb1690e (diff) |
[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.h | 5 |
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(); |