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:
authorMike Erwin <significant.bit@gmail.com>2015-05-14 20:17:12 +0300
committerMike Erwin <significant.bit@gmail.com>2015-05-14 20:17:12 +0300
commitbcf1626934f26578d0a3066c83a5e66e9d821bf5 (patch)
treeb37ca80e6a01f99021eaefe25003cb3925d0f27e
parent8e08b34061919f1435ffa26b4888cf0370f778ce (diff)
cleanup: GPUBufferCopyFunc defined twiceGPU_data_request
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c
index fd38fdb1b0a..ca7e73f500f 100644
--- a/source/blender/gpu/intern/gpu_buffers.c
+++ b/source/blender/gpu/intern/gpu_buffers.c
@@ -446,9 +446,6 @@ static GPUBuffer *gpu_try_realloc(GPUBufferPool *pool, GPUBuffer *buffer, int si
return buffer;
}
-typedef void (*GPUBufferCopyFunc)(DerivedMesh *dm, float *varray, int *index,
- int *mat_orig_to_new, void *user_data);
-
static GPUBuffer *gpu_buffer_setup(DerivedMesh *dm, GPUDrawObject *object,
int type, void *user)
{