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:
authorHans Goudey <h.goudey@me.com>2020-07-03 16:41:55 +0300
committerHans Goudey <h.goudey@me.com>2020-07-03 16:41:55 +0300
commit19ff145e666633cebeae97cf985c968d39044215 (patch)
tree0d1d52925a870127fbb4fbd2d512338dcf358c33 /source/blender/io
parentffef562bf7792081c252118b22218647170117cf (diff)
Clang-Tidy: Enable readability-redundant-control-flow
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/collada/AnimationImporter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/io/collada/AnimationImporter.cpp b/source/blender/io/collada/AnimationImporter.cpp
index 0e211f08d1f..1e637f333e9 100644
--- a/source/blender/io/collada/AnimationImporter.cpp
+++ b/source/blender/io/collada/AnimationImporter.cpp
@@ -967,8 +967,6 @@ void AnimationImporter::apply_matrix_curves(Object *ob,
else {
ob->rotmode = ROT_MODE_QUAT;
}
-
- return;
}
/*