Removal last CryTek references

- 'Crytek application' is now 'O3DE application' in ISystem.h
- 'CryTek' is now 'O3DE' in ProjectDefines.h (comment)
- 'Crytek Legacy' is now 'O3DE Legacy' in LocalizedStringManager.cpp
- 'Crytek extended data' references are now 'O3DE extended data'

Signed-off-by: spham <spham@amazon.com>
This commit is contained in:
Steve Pham
2021-06-30 12:48:16 -07:00
committed by GitHub
parent be519bb36a
commit 827855f01c
12 changed files with 13 additions and 21 deletions
@@ -9,7 +9,4 @@
#include <AzCore/PlatformDef.h>
/////////////////////////////////////////////////////////////////////////////
// CryTek
/////////////////////////////////////////////////////////////////////////////
#include <platform.h>
-2
View File
@@ -143,8 +143,6 @@ private:
// Registered Tool Names
TToolNamesMap m_toolNames;
TToolNamesMap m_toolVersions;
//static B4BugCrytekExtension s_b4BugCrytekExtension;
};
#endif // CRYINCLUDE_EDITOR_SETTINGSMANAGER_H