diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-07-23 21:29:03 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-09 18:30:22 +0200 |
commit | b29382c748353856053f07b4756fa98f854244e1 (patch) | |
tree | f87f95bf99dd0a7251df2a8f8ada2244d402c244 /api/logic/Env.h | |
parent | 4c01983f470e25dfd4c997201370057bba64832e (diff) | |
download | MultiMC-b29382c748353856053f07b4756fa98f854244e1.tar MultiMC-b29382c748353856053f07b4756fa98f854244e1.tar.gz MultiMC-b29382c748353856053f07b4756fa98f854244e1.tar.lz MultiMC-b29382c748353856053f07b4756fa98f854244e1.tar.xz MultiMC-b29382c748353856053f07b4756fa98f854244e1.zip |
NOISSUE Remove Legacy support
Diffstat (limited to 'api/logic/Env.h')
-rw-r--r-- | api/logic/Env.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/logic/Env.h b/api/logic/Env.h index d42f13ce..3dadc58e 100644 --- a/api/logic/Env.h +++ b/api/logic/Env.h @@ -53,8 +53,6 @@ public: shared_qobject_ptr<Meta::Index> metadataIndex(); - LWJGLVersionList *getLegacyLWJGL(); - QString getJarsPath(); void setJarsPath(const QString & path); protected: |