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:
authorCampbell Barton <ideasman42@gmail.com>2014-04-09 09:38:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-09 09:42:18 +0400
commita068dda5f381c59c96ff1fc0fdc60cc0296c7c1e (patch)
tree0d13f977d67983207626358fe2a48899c48d3947 /source/blender/gpu/GPU_buffers.h
parent9de24c82bab8fc6f1b8810979ac492787d32a964 (diff)
Code cleanup: ifdef unused linklist for GPU drawobject's
Diffstat (limited to 'source/blender/gpu/GPU_buffers.h')
-rw-r--r--source/blender/gpu/GPU_buffers.h4
1 files changed, 4 insertions, 0 deletions
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;