mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Remove unused calculation
This commit is contained in:
parent
b04374d46f
commit
50315c4a33
@ -1793,8 +1793,6 @@ bool FeaturePart::nextCharPosition( double charWidth, double segmentLength, Poin
|
||||
}
|
||||
segmentEndX = path_positions->x[index];
|
||||
segmentEndY = path_positions->y[index];
|
||||
segmentDx = segmentEndX - segmentStartX;
|
||||
segmentDy = segmentEndY - segmentStartY;
|
||||
}
|
||||
while ( std::sqrt( std::pow( characterStartX - segmentEndX, 2 ) + std::pow( characterStartY - segmentEndY, 2 ) ) < charWidth ); // Distance from start_ to new_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user