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:
Diffstat (limited to 'source/blender/gpu/intern/gpu_batch.cc')
-rw-r--r--source/blender/gpu/intern/gpu_batch.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/gpu/intern/gpu_batch.cc b/source/blender/gpu/intern/gpu_batch.cc
index 995e1afb236..7b006bdc6c2 100644
--- a/source/blender/gpu/intern/gpu_batch.cc
+++ b/source/blender/gpu/intern/gpu_batch.cc
@@ -48,11 +48,6 @@
using namespace blender::gpu;
-void GPU_batch_vao_cache_clear(GPUBatch *UNUSED(batch))
-{
- /* TODO remove */
-}
-
/* -------------------------------------------------------------------- */
/** \name Creation & Deletion
* \{ */