Cleanup: redundant counter

This commit is contained in:
Campbell Barton 2018-12-07 17:06:21 +11:00
parent d6d76759f8
commit 52824f008e
1 changed files with 0 additions and 5 deletions

View File

@ -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++;