aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-07-22 09:38:00 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-07-22 09:38:10 -0400
commit62baa28787a02515bdfd1eb91279a3d00f503e34 (patch)
tree47a937de28004ea776bb7caf1aa366677e7d182f /src/qt
parent59407fce54faa35d3e2429f712e9b7af51f5aa9b (diff)
parent3dee4cc5098c6e9bcc13df9d6277478c8273a6cd (diff)
downloadbitcoin-62baa28787a02515bdfd1eb91279a3d00f503e34.tar.xz
Merge #13691: Remove redundant variables, statements and forward declarations
3dee4cc509 Remove redundant statement (practicalswift) 99be644966 Remove redundant unused variables (practicalswift) 66ed242343 Remove redundant forward declaration (practicalswift) Pull request description: Remove redundant … * ~access modifiers,~ * forward declarations, * unused variables, * statements, and * ~return types from lambdas.~ Tree-SHA512: 328bb7d9c45398e44ecbee32095b6376879470dfddbc2180e037620d8390d524b51d7fda112fd58a078715e04432b24dd6998a2459f3550aa0498aa68de866d4
Diffstat (limited to 'src/qt')
-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 a623771aa0..8a4a2955f6 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;