Method which was a private duplicate of a public one removed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 15:47:17 +00:00
parent d52e667cb5
commit 61f05df41f

View file

@ -366,12 +366,6 @@ static NSAffineTransformStruct identityTransform = {
return m; return m;
} }
- (void) scaleBy: (float)sx :(float)sy
{
A *= sx; B *= sx;
C *= sy; D *= sy;
}
- (void) scaleTo: (float)sx : (float)sy - (void) scaleTo: (float)sx : (float)sy
{ {
float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle; float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle;