gui: Remove unused interfaces::Node references

Remove Node references no longer needed after previous commit
This commit is contained in:
Russell Yanofsky
2018-08-23 13:42:31 -04:00
parent e133631625
commit 91aced7c7e
8 changed files with 11 additions and 15 deletions

View File

@@ -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;