From 791221e923586bb717396ecf18bd13e57034df99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 27 Jan 2015 22:31:07 +0100 Subject: NOISSUE Refactors and moving of things --- logic/InstanceFactory.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'logic/InstanceFactory.h') diff --git a/logic/InstanceFactory.h b/logic/InstanceFactory.h index 5ddb1d81..17ef8f38 100644 --- a/logic/InstanceFactory.h +++ b/logic/InstanceFactory.h @@ -56,12 +56,6 @@ public: CantCreateDir }; - enum InstType - { - NormalInst, - FTBInstance - }; - /*! * \brief Creates a stub instance * @@ -74,7 +68,7 @@ public: * - CantCreateDir if the given instance directory cannot be created. */ InstCreateError createInstance(InstancePtr &inst, BaseVersionPtr version, - const QString &instDir, const InstType type = NormalInst); + const QString &instDir); /*! * \brief Creates a copy of an existing instance with a new name -- cgit v1.2.3