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/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-12-07 09:06:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-07 09:06:21 +0300
commit52824f008e14fdcaac4948df2571a7cb81399235 (patch)
treef62edc8b8ef7b2a46f5e46d7eb04365574a656b5 /source
parentd6d76759f8493ca156c597840f9d41a64e326eba (diff)
Cleanup: redundant counter
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/transform/transform_conversions.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/transform/transform_conversions.c b/source/blender/editors/transform/transform_conversions.c
index da4ee21ff6f..efa49d8907a 100644
--- a/source/blender/editors/transform/transform_conversions.c
+++ b/source/blender/editors/transform/transform_conversions.c
@@ -1682,7 +1682,6 @@ static void createTransCurveVerts(TransInfo *t)
}
td++;
- count++;
tail++;
}
@@ -1720,7 +1719,6 @@ static void createTransCurveVerts(TransInfo *t)
}
td++;
- count++;
tail++;
}
if (is_prop_edit || bezt_tx & SEL_F3) {
@@ -1751,7 +1749,6 @@ static void createTransCurveVerts(TransInfo *t)
}
td++;
- count++;
tail++;
}
@@ -1823,7 +1820,6 @@ static void createTransCurveVerts(TransInfo *t)
}
td++;
- count++;
tail++;
}
}
@@ -1896,7 +1892,6 @@ static void createTransLatticeVerts(TransInfo *t)
td->val = NULL;
td++;
- count++;
}
}
bp++;