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

@@ -19,22 +19,6 @@ public:
{
}
GPUTextureViewVulkan(const GPUTextureViewVulkan& other)
: GPUTextureViewVulkan()
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
}
GPUTextureViewVulkan& operator=(const GPUTextureViewVulkan& other)
{
#if !BUILD_RELEASE
CRASH; // Not used
#endif
return *this;
}
#if !BUILD_RELEASE
~GPUTextureViewVulkan()
{