Skip to content

Commit 0089e04

Browse files
COMP: Fix warnings
1 parent e17350f commit 0089e04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Hybrid/vtkCubeAxesActor.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,9 +1956,8 @@ void vtkCubeAxesActor::BuildLabels(vtkAxisActor *axes[4])
19561956
{
19571957
char label[64];
19581958
int i, labelCount = 0;
1959-
double majorStart = axes[0]->GetMajorRangeStart();
19601959
double deltaMajor = axes[0]->GetDeltaMajor();
1961-
const double *p2 = axes[0]->GetPoint2Coordinate()->GetValue();
1960+
const double *p2 = axes[0]->GetPoint2Coordinate()->GetValue();
19621961
double *range = axes[0]->GetRange();
19631962
double lastVal = 0, val = axes[0]->GetMajorStart();
19641963
double extents = range[1] - range[0];

0 commit comments

Comments
 (0)