From b29382c748353856053f07b4756fa98f854244e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 23 Jul 2017 21:29:03 +0200 Subject: NOISSUE Remove Legacy support --- api/logic/Env.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'api/logic/Env.cpp') 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 @@ -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" -- cgit v1.2.3