diff --git a/Source/NSAffineTransform.m b/Source/NSAffineTransform.m index feb59a457..8bc020941 100644 --- a/Source/NSAffineTransform.m +++ b/Source/NSAffineTransform.m @@ -305,7 +305,6 @@ static NSAffineTransformStruct identityTransform = { /* If it's rotated. */ if (B != 0 || C != 0) { - /* Not sure why this code, it was this way. */ float angle = [self rotationAngle]; A = sx; B = 0;