Remove more unused things from CryCommon and CrySystem. (#709)
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#define PLATFORM_IMPL_H_SECTION_VIRTUAL_ALLOCATORS 7
|
||||
#endif
|
||||
|
||||
SC_API struct SSystemGlobalEnvironment* gEnv = nullptr;
|
||||
struct SSystemGlobalEnvironment* gEnv = nullptr;
|
||||
|
||||
// Traits
|
||||
#if defined(AZ_RESTRICTED_PLATFORM)
|
||||
@@ -147,7 +147,6 @@ void* GetDetachEnvironmentSymbol()
|
||||
#endif // !defined(SOFTCODE)
|
||||
|
||||
bool g_bProfilerEnabled = false;
|
||||
int g_iTraceAllocations = 0;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// global random number generator used by cry_random functions
|
||||
|
||||
Reference in New Issue
Block a user