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>2013-03-22 18:31:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-22 18:31:03 +0400
commit9379dcb5077c5c0a6a29cb2554976951aeaaedc2 (patch)
treee9880155acf8dc9f4ac5dadfb80eaf2bd48f1f2d /source/blender/gpu/intern
parent1d68c28541e32bd19f7b3d149382ee2318c74700 (diff)
code cleanup: unused defines, shadowing and unintended enum-as-variable.
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_simple_shader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_simple_shader.c b/source/blender/gpu/intern/gpu_simple_shader.c
index b29d6c2e681..88f768d6cf8 100644
--- a/source/blender/gpu/intern/gpu_simple_shader.c
+++ b/source/blender/gpu/intern/gpu_simple_shader.c
@@ -56,7 +56,7 @@
/* State */
-#define NUM_OPENGL_LIGHTS 8
+// #define NUM_OPENGL_LIGHTS 8
static struct {
GPUShader *cached_shaders[GPU_SHADER_OPTION_COMBINATIONS];