aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-07-17 19:21:33 +0200
committerpracticalswift <[email protected]>2018-07-18 09:39:31 +0200
commit66ed2423434ab9712ebd1625abdd55d8a693d905 (patch)
treeadd08559dac66af9a4258995bb9cdae5c163098d /src/qt/clientmodel.cpp
parentMerge #13690: [moveonly] Extract MakeUnique into utilmemory.h (diff)
downloaddiscoin-66ed2423434ab9712ebd1625abdd55d8a693d905.tar.xz
discoin-66ed2423434ab9712ebd1625abdd55d8a693d905.zip
Remove redundant forward declaration
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index a623771aa..8a4a2955f 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -28,8 +28,6 @@
#include <QDebug>
#include <QTimer>
-class CBlockIndex;
-
static int64_t nLastHeaderTipUpdateNotification = 0;
static int64_t nLastBlockTipUpdateNotification = 0;