mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 10:47:25 -04:00
DaemonManager: drop unused 'initialized', 'm_has_daemon' members
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user