Subdiv: Cleanup, dead code

This commit is contained in:
Sergey Sharybin 2018-08-15 11:38:13 +02:00
parent 4e1f310b8d
commit 41ca20e031
1 changed files with 0 additions and 1 deletions

View File

@ -1086,7 +1086,6 @@ static void subdiv_evaluate_vertices(SubdivMeshContext *ctx,
*/
VerticesForInterpolation vertex_interpolation;
vertex_interpolation_init(ctx, &vertex_interpolation, coarse_poly);
(void) vertex_interpolation;
subdiv_evaluate_corner_vertices(ctx, coarse_poly);
subdiv_evaluate_edge_vertices(ctx, coarse_poly, &vertex_interpolation);
subdiv_evaluate_inner_vertices(ctx, coarse_poly, &vertex_interpolation);