summaryrefslogtreecommitdiffstats
path: root/api/logic/Env.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-07-23 21:29:03 +0200
committerPetr Mrázek <peterix@gmail.com>2017-09-09 18:30:22 +0200
commitb29382c748353856053f07b4756fa98f854244e1 (patch)
treef87f95bf99dd0a7251df2a8f8ada2244d402c244 /api/logic/Env.cpp
parent4c01983f470e25dfd4c997201370057bba64832e (diff)
downloadMultiMC-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.cpp')
-rw-r--r--api/logic/Env.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/logic/Env.cpp b/api/logic/Env.cpp
index 3a484703..17ee3fa8 100644
--- a/api/logic/Env.cpp
+++ b/api/logic/Env.cpp
@@ -10,7 +10,6 @@
#include "tasks/Task.h"
#include "meta/Index.h"
#include "FileSystem.h"
-#include "minecraft/legacy/LwjglVersionList.h"
#include <QDebug>
@@ -182,13 +181,4 @@ void Env::setJarsPath(const QString& path)
d->m_jarsPath = path;
}
-LWJGLVersionList *Env::getLegacyLWJGL()
-{
- if(!d->m_lwjgllist)
- {
- d->m_lwjgllist.reset(new LWJGLVersionList());
- }
- return d->m_lwjgllist.get();
-}
-
#include "Env.moc"