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/makesdna/DNA_lamp_types.h')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index f36e65085c9..a1b3d4265d3 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -197,7 +197,7 @@ typedef struct Lamp {
/* ray_samp_type */
-#define LA_SAMP_ROUND 1
+// #define LA_SAMP_ROUND 1 // UNUSED
#define LA_SAMP_UMBRA 2
#define LA_SAMP_DITHER 4
#define LA_SAMP_JITTER 8