summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-05-12 23:27:06 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-09 01:38:30 +0200
commitdb8b47e7f6b877c07192feca2a2f5ba57b9a1ca0 (patch)
tree258ed72492fbc1735add78466e64ed35e400a8b0 /logic
parent439e17b149918df3fd11e0ee74f10d302a1e45cd (diff)
downloadMultiMC-db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0.tar
MultiMC-db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0.tar.gz
MultiMC-db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0.tar.lz
MultiMC-db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0.tar.xz
MultiMC-db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0.zip
Break FTB. Yep. It has to be done better.
Diffstat (limited to 'logic')
-rw-r--r--logic/InstanceList.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/InstanceList.cpp b/logic/InstanceList.cpp
index 7b9c8b2b..5a988fd3 100644
--- a/logic/InstanceList.cpp
+++ b/logic/InstanceList.cpp
@@ -46,16 +46,6 @@ InstanceList::InstanceList(const QString &instDir, QObject *parent)
{
QDir::current().mkpath(m_instDir);
}
-
- /*
- * FIXME HACK: instances sometimes need to be created at launch. They need the versions for
- * that.
- *
- * Remove this. it has no business of reloading the whole list. The instances which
- * need it should track such events themselves and CHANGE THEIR DATA ONLY!
- */
- connect(MMC->minecraftlist().get(), &MinecraftVersionList::modelReset, this,
- &InstanceList::loadList);
}
InstanceList::~InstanceList()