[LYN-3078] Removed legacy CMaterial and all related/unused classes.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "IMovieSystem.h"
|
||||
#include "IEntityObjectListener.h"
|
||||
#include "StatObjValidator.h"
|
||||
#include "Gizmo.h"
|
||||
#include "CryListenerSet.h"
|
||||
#include "StatObjBus.h"
|
||||
@@ -108,8 +107,6 @@ public:
|
||||
void SetEntityPropertyFloat(const char* name, float value);
|
||||
void SetEntityPropertyString(const char* name, const QString& value);
|
||||
|
||||
virtual QString GetTooltip() const;
|
||||
|
||||
virtual int MouseCreateCallback(CViewport* view, EMouseEvent event, QPoint& point, int flags);
|
||||
virtual void OnContextMenu(QMenu* menu);
|
||||
|
||||
@@ -134,9 +131,6 @@ public:
|
||||
|
||||
virtual void SetTransformDelegate(ITransformDelegate* pTransformDelegate) override;
|
||||
|
||||
virtual CMaterial* GetRenderMaterial() const;
|
||||
virtual void OnMaterialChanged(MaterialChangeFlags change);
|
||||
|
||||
// Set attach flags and target
|
||||
enum EAttachmentType
|
||||
{
|
||||
@@ -405,8 +399,6 @@ protected:
|
||||
|
||||
static float m_helperScale;
|
||||
|
||||
CStatObjValidator m_statObjValidator;
|
||||
|
||||
EAttachmentType m_attachmentType;
|
||||
|
||||
bool m_bEnableReload;
|
||||
|
||||
Reference in New Issue
Block a user