aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2018-08-23 13:42:31 -0400
committerRussell Yanofsky <russ@yanofsky.org>2020-08-26 05:52:31 -0400
commit91aced7c7e6e75c1f5896b7e3843015177f32748 (patch)
tree7351419b8aae0c0e2b5c9d0df7fbb2079d637b26 /src/qt/intro.h
parente1336316250ab5cb0ed654b1e593378a6e0769ce (diff)
downloadbitcoin-91aced7c7e6e75c1f5896b7e3843015177f32748.tar.xz
gui: Remove unused interfaces::Node references
Remove Node references no longer needed after previous commit
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r--src/qt/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h
index 732393246e..51f42de7ac 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -47,7 +47,7 @@ public:
* @note do NOT call global GetDataDir() before calling this function, this
* will cause the wrong path to be cached.
*/
- static bool showIfNeeded(interfaces::Node& node, bool& did_show_intro, bool& prune);
+ static bool showIfNeeded(bool& did_show_intro, bool& prune);
Q_SIGNALS:
void requestCheck();