WIP remove jank previously added for a minimal forge hack

This commit is contained in:
Petr Mrázek
2019-08-13 23:58:15 +02:00
parent 406203e76b
commit 0272d6d7f7
3 changed files with 0 additions and 45 deletions

View File

@@ -48,8 +48,6 @@ public:
newlib->m_rules = base->m_rules;
newlib->m_mojangDownloads = base->m_mojangDownloads;
newlib->m_filename = base->m_filename;
newlib->presenceOnly = base->presenceOnly;
newlib->localBuild = base->localBuild;
return newlib;
}
@@ -214,12 +212,6 @@ protected: /* data */
/// true if the library had a rules section (even empty)
bool applyRules = false;
// MultiMC-specific: the artifact must be present, but is not part of the classpath
bool presenceOnly = false;
// MultiMC-specific: the artifact must be present, but cannot be downloaded, because it was created by some other mechanism
bool localBuild = false;
/// rules associated with the library
QList<std::shared_ptr<Rule>> m_rules;