summaryrefslogtreecommitdiffstats
path: root/logic/InstanceFactory.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-27 22:31:07 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-02 00:14:06 +0200
commit791221e923586bb717396ecf18bd13e57034df99 (patch)
tree9f608af07375b38626c8964671620477158341ba /logic/InstanceFactory.h
parent593111b14463e9d5d08256061b981b5ab1cfb710 (diff)
downloadMultiMC-791221e923586bb717396ecf18bd13e57034df99.tar
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.gz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.lz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.xz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.zip
NOISSUE Refactors and moving of things
Diffstat (limited to 'logic/InstanceFactory.h')
-rw-r--r--logic/InstanceFactory.h8
1 files changed, 1 insertions, 7 deletions
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