summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h
index c416b8c0..23cafdb1 100644
--- a/application/MultiMC.h
+++ b/application/MultiMC.h
@@ -132,9 +132,6 @@ public:
return m_rootPath;
}
- // install updates now.
- void installUpdates(const QString updateFilesDir, GoUpdate::OperationList operations);
-
/*!
* Opens a json file using either a system default editor, or, if not empty, the editor
* specified in the settings
@@ -223,5 +220,6 @@ private:
LocalPeer * m_peerInstance = nullptr;
public:
QString m_instanceIdToLaunch;
+ bool m_liveCheck = false;
std::unique_ptr<QFile> logFile;
};