fix: remove unused code

This commit is contained in:
Sefa Eyeoglu
2022-04-14 16:50:04 +02:00
parent 89125fde22
commit 14a0e85862
3 changed files with 2 additions and 4 deletions

View File

@ -2,6 +2,7 @@
#include "PackProfile_p.h"
#include "PackProfile.h"
#include "Component.h"
#include "meta/Index.h"
#include "meta/VersionList.h"
#include "meta/Version.h"
@ -599,9 +600,9 @@ void ComponentUpdateTask::resolveDependencies(bool checkOnly)
component->m_version = (*minecraft)->getVersion();
}
}
}
// HACK HACK HACK HACK FIXME: this is a placeholder for deciding what version to use. For now, it is hardcoded.
// ############################################################################################################
}
}
component->m_dependencyOnly = true;
// FIXME: this should not work directly with the component list