fix: remove unused code
This commit is contained in:
parent
89125fde22
commit
14a0e85862
@ -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
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include "tasks/Task.h"
|
||||
#include "net/Mode.h"
|
||||
#include "Component.h"
|
||||
|
||||
#include <memory>
|
||||
class PackProfile;
|
||||
@ -27,7 +26,6 @@ protected:
|
||||
|
||||
private:
|
||||
void loadComponents();
|
||||
QString findBestComponentVersion(ComponentPtr component);
|
||||
void resolveDependencies(bool checkOnly);
|
||||
|
||||
void remoteLoadSucceeded(size_t index);
|
||||
|
@ -390,7 +390,6 @@ void ModFolderPage::on_actionInstall_mods_triggered()
|
||||
if(m_inst->typeName() != "Minecraft"){
|
||||
return; //this is a null instance or a legacy instance
|
||||
}
|
||||
QStringList modLoaders = {"net.minecraftforge", "net.fabricmc.fabric-loader", "org.quiltmc.quilt-loader"};
|
||||
auto profile = ((MinecraftInstance *)m_inst)->getPackProfile();
|
||||
if (profile->getModLoader() == ModAPI::Any) {
|
||||
QMessageBox::critical(this,tr("Error"),tr("Please install a mod loader first!"));
|
||||
|
Loading…
Reference in New Issue
Block a user