diff options
author | fanquake <fanquake@gmail.com> | 2022-06-24 15:18:42 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-18 17:25:03 +0100 |
commit | d6787bc19b1032d3f46a60625105f30199c41b00 (patch) | |
tree | 11e8605fbf0c67b10985b6000694cd9d1d4f4813 /src/qt/bitcoin.cpp | |
parent | 3617634324d647956c621db407db6d82a91b91ec (diff) |
refactor: remove unused using directives
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 27d3a1b9e2..33c60deafb 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -77,8 +77,6 @@ Q_DECLARE_METATYPE(CAmount) Q_DECLARE_METATYPE(SynchronizationState) Q_DECLARE_METATYPE(uint256) -using node::NodeContext; - static void RegisterMetaTypes() { // Register meta types used for QMetaObject::invokeMethod and Qt::QueuedConnection |