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>2020-10-10 13:38:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-10 14:04:51 +0300
commit3fe98a473ccb610c3832783cd8be8498d7e557e8 (patch)
treeda1a8291c6a649715944e7628d9bcef1fcd473b2 /source/blender/blenlib
parent2abfcebb0eb7989e3d1e7d03f37ecf5c088210af (diff)
Cleanup: remove unnecessary comments
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/math_rotation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_rotation.c b/source/blender/blenlib/intern/math_rotation.c
index c7cd1901164..c8e84cee0a0 100644
--- a/source/blender/blenlib/intern/math_rotation.c
+++ b/source/blender/blenlib/intern/math_rotation.c
@@ -2344,7 +2344,6 @@ BLI_INLINE int _axis_signed(const int axis)
bool mat3_from_axis_conversion(
int src_forward, int src_up, int dst_forward, int dst_up, float r_mat[3][3])
{
- // from functools import reduce
int value;
if (src_forward == dst_forward && src_up == dst_up) {