From 8ed9df9ac0cc5d64316818083da7c39addb33d77 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 22 Jun 2002 15:47:17 +0000 Subject: [PATCH] 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 --- Source/NSAffineTransform.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/NSAffineTransform.m b/Source/NSAffineTransform.m index 287accf6d..3bfc99a69 100644 --- a/Source/NSAffineTransform.m +++ b/Source/NSAffineTransform.m @@ -366,12 +366,6 @@ static NSAffineTransformStruct identityTransform = { return m; } -- (void) scaleBy: (float)sx :(float)sy -{ - A *= sx; B *= sx; - C *= sy; D *= sy; -} - - (void) scaleTo: (float)sx : (float)sy { float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle;