Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
This commit is contained in:
committed by
jean-pierre charras
parent
3e398ce1c6
commit
71b3125d8e
@@ -223,7 +223,7 @@ void PDF_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, i
|
||||
const int delta = 50; // increment (in 0.1 degrees) to draw circles
|
||||
|
||||
if( StAngle > EndAngle )
|
||||
EXCHG( StAngle, EndAngle );
|
||||
std::swap( StAngle, EndAngle );
|
||||
|
||||
SetCurrentLineWidth( width );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user