Removed legacy Editor config spec

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-01-26 13:01:30 -06:00
parent 7a45aa5bbf
commit 8151856e83
28 changed files with 6 additions and 638 deletions
-13
View File
@@ -87,19 +87,6 @@ enum ESystemUpdateFlags
ESYSUPDATE_EDITOR = 0x0004
};
// Description:
// Configuration specification, depends on user selected machine specification.
enum ESystemConfigSpec
{
CONFIG_AUTO_SPEC = 0,
CONFIG_LOW_SPEC = 1,
CONFIG_MEDIUM_SPEC = 2,
CONFIG_HIGH_SPEC = 3,
CONFIG_VERYHIGH_SPEC = 4,
END_CONFIG_SPEC_ENUM, // MUST BE LAST VALUE. USED FOR ERROR CHECKING.
};
// Description:
// Configuration platform. Autodetected at start, can be modified through the editor.
enum ESystemConfigPlatform