Removed gnustep-only method which was never used and could easily be

replaced by calls to standard methods


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 15:57:50 +00:00
parent b0560300ce
commit 1e3707951f

View file

@ -357,15 +357,6 @@ static NSAffineTransformStruct identityTransform = {
@implementation NSAffineTransform (GNUstep)
+ matrixFrom: (const float[6])_matrix
{
NSAffineTransform *m = AUTORELEASE([self alloc]);
[m setMatrix: _matrix];
return m;
}
- (void) scaleTo: (float)sx : (float)sy
{
float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle;