[LYN-3078] Removed legacy CMaterial and all related/unused classes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user