Skip to content

Commit 8ca0208

Browse files
committed
Should be the v3.0 release commit.
1 parent 8c84138 commit 8ca0208

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GraphDraw/maingraph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,8 +1433,6 @@ bool MainGraph::updateTickSpacing()
14331433
bool scaleChanged = false;
14341434
bool orthonormal = information->isOrthonormal();
14351435

1436-
double currentTickSpacing = uniteX * graphRange.Xscale;
1437-
14381436
if(uniteX * graphRange.Xscale < widestXNumber + 32)
14391437
{
14401438
while(uniteX * graphRange.Xscale < widestXNumber + 32)

0 commit comments

Comments
 (0)