Removed bloat from NSAffineTransform

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-06-22 16:07:25 +00:00
parent 0734ffaccc
commit c01ae3fd94

View file

@ -1,3 +1,13 @@
Sat Jun 22 14:53:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSAffineTransform.h ([-rotateByAngle:]): Method removed.
* Source/NSAffineTransform.m Idem.
Sat Jun 22 14:52:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSView.m ([-rotateByAngle:]): Use -rotateByDegrees:, not
-rotateByAngle:, to rotate the affine transform.
Sat Jun 22 14:46:35 2002 Nicola Pero <n.pero@mi.flashnet.it> Sat Jun 22 14:46:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSAffineTransform.h ([+matrixFrom:]): Method removed. * Headers/gnustep/gui/NSAffineTransform.h ([+matrixFrom:]): Method removed.