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:
@@ -36,8 +36,6 @@ public:
|
||||
|
||||
CUsedResources();
|
||||
void Add(const char* pResourceFileName);
|
||||
//! validate gathered resources, reports warning if resource is not found
|
||||
void Validate(struct IErrorReport* pReport);
|
||||
|
||||
AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING
|
||||
TResourceFiles files;
|
||||
|
||||
Reference in New Issue
Block a user