diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-05-11 19:13:21 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-09 01:38:30 +0200 |
commit | 68ef451be5a0b8724381187f5aa123d87b82e222 (patch) | |
tree | 873aabeab988229beb95f2e8feec05ba585ace50 /MultiMC.h | |
parent | e993adaf44ca3ef7f23cb26539ca741e58e8fac0 (diff) | |
download | MultiMC-68ef451be5a0b8724381187f5aa123d87b82e222.tar MultiMC-68ef451be5a0b8724381187f5aa123d87b82e222.tar.gz MultiMC-68ef451be5a0b8724381187f5aa123d87b82e222.tar.lz MultiMC-68ef451be5a0b8724381187f5aa123d87b82e222.tar.xz MultiMC-68ef451be5a0b8724381187f5aa123d87b82e222.zip |
Small fixes, including release dates of some legacy versions
Diffstat (limited to 'MultiMC.h')
-rw-r--r-- | MultiMC.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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, |