[LYN-3078] Removed legacy CMaterial and all related/unused classes.

This commit is contained in:
Chris Galvan
2021-05-03 16:42:11 -05:00
parent 71c5df040f
commit 8b0b3f4d02
116 changed files with 9 additions and 15510 deletions
@@ -27,7 +27,6 @@
#include "AnimationContext.h"
#include "GameEngine.h"
#include "Include/IObjectManager.h"
#include "Material/MaterialManager.h"
#include "Objects/ObjectManager.h"
@@ -35,7 +34,6 @@
CTrackViewSequenceManager::CTrackViewSequenceManager()
{
GetIEditor()->RegisterNotifyListener(this);
GetIEditor()->GetMaterialManager()->AddListener(this);
AZ::EntitySystemBus::Handler::BusConnect();
}
@@ -45,7 +43,6 @@ CTrackViewSequenceManager::~CTrackViewSequenceManager()
{
AZ::EntitySystemBus::Handler::BusDisconnect();
GetIEditor()->GetMaterialManager()->RemoveListener(this);
GetIEditor()->UnregisterNotifyListener(this);
}