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>2019-02-19 01:50:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-19 01:50:00 +0300
commit53e95a982cdb94483134d2252d1a19fa2592f67e (patch)
treeb64c2080d81c25a4595524de8d14ae7b8509ac65 /source/blender/makesdna/DNA_object_types.h
parent53b484d08106d5188e9323379bbe59f0ad702495 (diff)
Cleanup: remove unused Object.smoothresh
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 5b38875caa6..540b8d725f9 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -337,11 +337,6 @@ typedef struct Object {
char _pad3[2];
- /** Smoothresh is phong interpolation ray_shadow correction in render. */
- float smoothresh;
-
- char _pad4[4];
-
/** Object constraints. */
ListBase constraints;
ListBase nlastrips DNA_DEPRECATED; // XXX deprecated... old animation system