Remove old code
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user