summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-12-27 03:34:03 +0100
committerPetr Mrázek <peterix@gmail.com>2015-12-27 03:34:03 +0100
commite8063d193d56acc10c5a533cffd95c9271b24e65 (patch)
treef7ba9783d4c3fd2667f095417bce50f22789970a /application/MultiMC.h
parent7670d72bd9c8bb2adcecd2d04413a2abb9ac174f (diff)
downloadMultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.gz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.lz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.xz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.zip
GH-1308 remove use of static data (translations) and root (notifications.json) paths.
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h
index f32772ef..492544fc 100644
--- a/application/MultiMC.h
+++ b/application/MultiMC.h
@@ -124,13 +124,6 @@ public:
bool openJsonEditor(const QString &filename);
protected: /* to be removed! */
- // FIXME: remove. used by MultiMCPage to enumerate translations.
- /// this is the static data. it stores things that don't move.
- const QString &staticData()
- {
- return staticDataPath;
- }
-
// FIXME: remove. used by MainWindow to create application update tasks
/// this is the root of the 'installation'. Used for automatic updates
const QString &root()
@@ -175,8 +168,6 @@ private:
QMap<QString, std::shared_ptr<BaseDetachedToolFactory>> m_tools;
QString rootPath;
- QString staticDataPath;
- QString dataPath;
Status m_status = MultiMC::Failed;
public: