Removed comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13949 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 17:01:14 +00:00
parent 3ad5ca5835
commit 6c4fa0692f

View file

@ -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;