From db8b47e7f6b877c07192feca2a2f5ba57b9a1ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 12 May 2014 23:27:06 +0200 Subject: Break FTB. Yep. It has to be done better. --- logic/InstanceList.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'logic') 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() -- cgit v1.2.3