Remove old code
This commit is contained in:
@@ -94,22 +94,6 @@ public:
|
||||
: GraphParameter(SpawnParams(Guid::New(), TypeInitializer))
|
||||
{
|
||||
}
|
||||
|
||||
ShaderGraphParameter(const ShaderGraphParameter& other)
|
||||
: ShaderGraphParameter()
|
||||
{
|
||||
#if !BUILD_RELEASE
|
||||
CRASH; // Not used
|
||||
#endif
|
||||
}
|
||||
|
||||
ShaderGraphParameter& operator=(const ShaderGraphParameter& other)
|
||||
{
|
||||
#if !BUILD_RELEASE
|
||||
CRASH; // Not used
|
||||
#endif
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
|
||||
template<class NodeType = ShaderGraphNode<>, class BoxType = ShaderGraphBox, class ParameterType = ShaderGraphParameter>
|
||||
|
||||
@@ -103,22 +103,6 @@ public:
|
||||
API_CLASS() class FLAXENGINE_API VisjectGraphParameter : public GraphParameter
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(VisjectGraphParameter, GraphParameter);
|
||||
public:
|
||||
VisjectGraphParameter(const VisjectGraphParameter& other)
|
||||
: VisjectGraphParameter()
|
||||
{
|
||||
#if !BUILD_RELEASE
|
||||
CRASH; // Not used
|
||||
#endif
|
||||
}
|
||||
|
||||
VisjectGraphParameter& operator=(const VisjectGraphParameter& other)
|
||||
{
|
||||
#if !BUILD_RELEASE
|
||||
CRASH; // Not used
|
||||
#endif
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
|
||||
template<class NodeType = VisjectGraphNode<>, class BoxType = VisjectGraphBox, class ParameterType = VisjectGraphParameter>
|
||||
|
||||
Reference in New Issue
Block a user