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

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