diff options
Diffstat (limited to 'api/logic/Env.cpp')
-rw-r--r-- | api/logic/Env.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/logic/Env.cpp b/api/logic/Env.cpp index e2abda49..cf321af2 100644 --- a/api/logic/Env.cpp +++ b/api/logic/Env.cpp @@ -19,8 +19,6 @@ struct Env::Private shared_qobject_ptr<HttpMetaCache> m_metacache; std::shared_ptr<IIconList> m_iconlist; shared_qobject_ptr<Meta::Index> m_metadataIndex; - // FIXME: replace with mojang format LWJGL in meta store - std::shared_ptr<LWJGLVersionList> m_lwjgllist; QString m_jarsPath; }; |