NOISSUE Remove Legacy support
This commit is contained in:
parent
4c01983f47
commit
b29382c748
22 changed files with 0 additions and 2793 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue