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>2021-02-05 13:32:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-05 14:33:27 +0300
commitf8cbd333d653022d3a3340d0249dd957f02e31e5 (patch)
tree60f90d5c6a6f328e8cea6369539ed270ac9e2289 /source/blender/bmesh/operators
parentf21b4e69b0ea98c3196246b0e4e4e97cd34c8e83 (diff)
Cleanup: outdated/unhelpful comments
Diffstat (limited to 'source/blender/bmesh/operators')
-rw-r--r--source/blender/bmesh/operators/bmo_removedoubles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_removedoubles.c b/source/blender/bmesh/operators/bmo_removedoubles.c
index 02f17ea5d4a..361b10520da 100644
--- a/source/blender/bmesh/operators/bmo_removedoubles.c
+++ b/source/blender/bmesh/operators/bmo_removedoubles.c
@@ -387,7 +387,7 @@ void bmo_average_vert_facedata_exec(BMesh *bm, BMOperator *op)
BMOIter siter;
BMIter iter;
BMVert *v;
- BMLoop *l /* , *firstl = NULL */;
+ BMLoop *l;
CDBlockBytes min, max;
int i;