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:
nico 2002-06-22 17:01:14 +00:00
parent 4f7e781bc5
commit f29ff45de8

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;