Removed gnustep-only method which was just adding bloat

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

View file

@ -69,7 +69,6 @@ typedef struct {
#ifndef NO_GNUSTEP
@interface NSAffineTransform (GNUstep)
+ (NSAffineTransform*) matrixFrom: (const float[6])matrix;
- (void) translateToPoint: (NSPoint)point;
- (void) rotateByAngle: (float)angle;
- (void) scaleTo: (float)sx : (float)sy;