Skip to content

Commit ace2a1f

Browse files
committed
remove unused bounds variable
1 parent 9f39325 commit ace2a1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vtkext/private/module/vtkF3DRenderer.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ void vtkF3DRenderer::ConfigureGridAxesUsingCurrentActors()
775775

776776
double a, b, c, x, y, z;
777777
bbox.GetBounds(a, b, c, x, y, z);
778-
double bounds[6] = { a, b, c, x, y, z };
779778
GridAxesActor->SetGridBounds(a, b, c, x, y, z);
780779

781780
GridAxesActor->SetXTitle("X Axis");

0 commit comments

Comments
 (0)