Remove old code

This commit is contained in:
Wojtek Figat
2025-01-24 11:08:31 +01:00
parent dffc6ea24d
commit 80a44b5f5c
13 changed files with 2 additions and 183 deletions

View File

@@ -21,22 +21,6 @@ public:
: GraphParameter(SpawnParams(Guid::New(), TypeInitializer))
{
}
ParticleSystemParameter(const ParticleSystemParameter& other)
: ParticleSystemParameter()
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
}
ParticleSystemParameter& operator=(const ParticleSystemParameter& other)
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
return *this;
}
};
/// <summary>