From a068dda5f381c59c96ff1fc0fdc60cc0296c7c1e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Apr 2014 15:38:37 +1000 Subject: Code cleanup: ifdef unused linklist for GPU drawobject's --- source/blender/gpu/GPU_buffers.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/gpu/GPU_buffers.h') diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h index 1d27824483f..a1ab1451647 100644 --- a/source/blender/gpu/GPU_buffers.h +++ b/source/blender/gpu/GPU_buffers.h @@ -94,9 +94,13 @@ typedef struct GPUDrawObject { /* for each original vertex, the list of related points */ struct GPUVertPointLink *vert_points; + + /* see: USE_GPU_POINT_LINK define */ +#if 0 /* storage for the vert_points lists */ struct GPUVertPointLink *vert_points_mem; int vert_points_usage; +#endif int colType; -- cgit v1.2.3