DaemonManager: drop unused 'initialized', 'm_has_daemon' members

This commit is contained in:
xiphon
2020-04-27 12:48:01 +00:00
parent 4141832a4d
commit 5c13624596
2 changed files with 0 additions and 4 deletions

View File

@@ -83,9 +83,7 @@ private:
static QStringList m_clArgs;
std::unique_ptr<QProcess> m_daemon;
QMutex m_daemonMutex;
bool initialized = false;
QString m_monerod;
bool m_has_daemon = true;
bool m_app_exit = false;
bool m_noSync = false;