diff options
| author | Jonas Schnelli <[email protected]> | 2015-11-26 16:39:40 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-11-30 08:50:59 +0100 |
| commit | e6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f (patch) | |
| tree | ac98746bd8b417a8d88d1b7fe661546e33985aca /src/qt/clientmodel.h | |
| parent | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* (diff) | |
| download | discoin-e6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f.tar.xz discoin-e6d50fcdecfdd7281b7aa5e9b573ef1b4e82873f.zip | |
[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 493a75933..3c6700f37 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(); |