From 66ed2423434ab9712ebd1625abdd55d8a693d905 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 17 Jul 2018 19:21:33 +0200 Subject: Remove redundant forward declaration --- src/qt/clientmodel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qt/clientmodel.cpp') 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 #include -class CBlockIndex; - static int64_t nLastHeaderTipUpdateNotification = 0; static int64_t nLastBlockTipUpdateNotification = 0; -- cgit v1.2.3