mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
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:
parent
f4e1aa11d8
commit
55d2baf6c0
2 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -380,11 +380,6 @@ static NSAffineTransformStruct identityTransform = {
|
|||
TY = newTY;
|
||||
}
|
||||
|
||||
- (void) rotateByAngle: (float)angle
|
||||
{
|
||||
[self rotateByDegrees: angle];
|
||||
}
|
||||
|
||||
- (void) makeIdentityMatrix
|
||||
{
|
||||
matrix = identityTransform;
|
||||
|
|
Loading…
Reference in a new issue