Skip to content

Commit

Permalink
Should be the v3.0 release commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Apr 15, 2016
1 parent 8c84138 commit 8ca0208
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GraphDraw/maingraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1433,8 +1433,6 @@ bool MainGraph::updateTickSpacing()
bool scaleChanged = false;
bool orthonormal = information->isOrthonormal();

double currentTickSpacing = uniteX * graphRange.Xscale;

if(uniteX * graphRange.Xscale < widestXNumber + 32)
{
while(uniteX * graphRange.Xscale < widestXNumber + 32)
Expand Down

0 comments on commit 8ca0208

Please sign in to comment.