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:
@@ -49,12 +49,6 @@ public:
|
||||
//! ISystem has shut down.
|
||||
virtual void OnCrySystemPostShutdown() {}
|
||||
|
||||
//! Engine pre physics update.
|
||||
virtual void OnCrySystemPrePhysicsUpdate() {}
|
||||
|
||||
//! Engine post physics update.
|
||||
virtual void OnCrySystemPostPhysicsUpdate() {}
|
||||
|
||||
//! Sent when a new level is being created.
|
||||
virtual void OnCryEditorBeginCreate() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user