[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
@@ -79,9 +79,6 @@ public:
CBaseObject* GetLinkParent() const override;
XmlNodeRef Export(const QString& levelPath, XmlNodeRef& xmlNode) override;
void DeleteEntity() override;
void SetMaterial(CMaterial* mtl) override;
CMaterial* GetMaterial() const override;
CMaterial* GetRenderMaterial() const override;
void DrawDefault(DisplayContext& dc, const QColor& labelColor = QColor(255, 255, 255)) override;
IStatObj* GetIStatObj() override;
bool IsIsolated() const override;
@@ -184,8 +181,6 @@ protected:
void DrawAccent(DisplayContext& dc);
void ValidateMeshStatObject();
class EditorActionGuard
{
public: