mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
gui: Remove unused interfaces::Node references
Remove Node references no longer needed after previous commit
This commit is contained in:
@@ -182,7 +182,7 @@ void Intro::setDataDirectory(const QString &dataDir)
|
||||
}
|
||||
}
|
||||
|
||||
bool Intro::showIfNeeded(interfaces::Node& node, bool& did_show_intro, bool& prune)
|
||||
bool Intro::showIfNeeded(bool& did_show_intro, bool& prune)
|
||||
{
|
||||
did_show_intro = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user