summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/MultiMC.h b/MultiMC.h
index a80a54c6..ce3f9238 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -30,15 +30,6 @@ class URNResolver;
#endif
#define MMC (static_cast<MultiMC *>(QCoreApplication::instance()))
-// FIXME: possibly move elsewhere
-enum InstSortMode
-{
- // Sort alphabetically by name.
- Sort_Name,
- // Sort by which instance was launched most recently.
- Sort_LastLaunch
-};
-
enum UpdateFlag
{
None = 0x0,