Removed bloat method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 16:05:57 +00:00
parent f4e1aa11d8
commit 55d2baf6c0
2 changed files with 0 additions and 6 deletions

View file

@ -70,7 +70,6 @@ typedef struct {
#ifndef NO_GNUSTEP
@interface NSAffineTransform (GNUstep)
- (void) translateToPoint: (NSPoint)point;
- (void) rotateByAngle: (float)angle;
- (void) scaleTo: (float)sx : (float)sy;
- (void) makeIdentityMatrix;
- (float) rotationAngle;

View file

@ -380,11 +380,6 @@ static NSAffineTransformStruct identityTransform = {
TY = newTY;
}
- (void) rotateByAngle: (float)angle
{
[self rotateByDegrees: angle];
}
- (void) makeIdentityMatrix
{
matrix = identityTransform;