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

@@ -32,22 +32,6 @@ public:
{
}
ParticleEffectParameter(const ParticleEffectParameter& other)
: ParticleEffectParameter()
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
}
ParticleEffectParameter& operator=(const ParticleEffectParameter& other)
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
return *this;
}
/// <summary>
/// Returns true if parameter object handle is valid.
/// </summary>