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
path: root/intern
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-03-26 12:50:13 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-03-26 12:50:34 +0300
commitfb6c29f59c13be7a59314eaa2487fb50648a6db2 (patch)
tree6ed18ce42f209034106d41b7f81462171267c397 /intern
parentea12df51b8da5cc1a7b9e1b923d24c4a54bf2c13 (diff)
Cleanup: redundant expression
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/geometry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/geometry.cpp b/intern/cycles/render/geometry.cpp
index 124a41db21e..8b0c0d94155 100644
--- a/intern/cycles/render/geometry.cpp
+++ b/intern/cycles/render/geometry.cpp
@@ -1584,7 +1584,6 @@ void GeometryManager::device_update_preprocess(Device *device, Scene *scene, Pro
dscene->tri_vnormal.tag_realloc();
dscene->tri_vindex.tag_realloc();
dscene->tri_patch.tag_realloc();
- dscene->tri_vnormal.tag_realloc();
dscene->tri_patch_uv.tag_realloc();
dscene->tri_shader.tag_realloc();
dscene->patches.tag_realloc();