Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-06-08 16:08:09 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-08 16:08:09 +0300
commit5b014911a51651d736671da1a0ca96bfe0cd8eba (patch)
tree7ecc381ed783213482f198d4c283f8032ec65431 /source/blender/gpu
parent23fd576cf8adb4269d40110e0d5e893e464af6a1 (diff)
Revert "Cleanup: use cpp new/delete."
This reverts commit 43464c94f4def8689dd99a9e459f5ff77420d27b.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/GPU_index_buffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/gpu/GPU_index_buffer.h b/source/blender/gpu/GPU_index_buffer.h
index 83057c5fb5f..4e8d854c7ce 100644
--- a/source/blender/gpu/GPU_index_buffer.h
+++ b/source/blender/gpu/GPU_index_buffer.h
@@ -44,11 +44,6 @@ typedef struct GPUIndexBufBuilder {
uint index_max;
GPUPrimType prim_type;
uint32_t *data;
-
-#ifdef WITH_CXX_GUARDEDALLOC
- MEM_CXX_CLASS_ALLOC_FUNCS("GPU:GPUIndexBufBuilder")
-#endif
-
} GPUIndexBufBuilder;
/* supports all primitive types. */