mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 04:31:16 +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
|
#ifndef NO_GNUSTEP
|
||||||
@interface NSAffineTransform (GNUstep)
|
@interface NSAffineTransform (GNUstep)
|
||||||
- (void) translateToPoint: (NSPoint)point;
|
- (void) translateToPoint: (NSPoint)point;
|
||||||
- (void) rotateByAngle: (float)angle;
|
|
||||||
- (void) scaleTo: (float)sx : (float)sy;
|
- (void) scaleTo: (float)sx : (float)sy;
|
||||||
- (void) makeIdentityMatrix;
|
- (void) makeIdentityMatrix;
|
||||||
- (float) rotationAngle;
|
- (float) rotationAngle;
|
||||||
|
|
|
@ -380,11 +380,6 @@ static NSAffineTransformStruct identityTransform = {
|
||||||
TY = newTY;
|
TY = newTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) rotateByAngle: (float)angle
|
|
||||||
{
|
|
||||||
[self rotateByDegrees: angle];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void) makeIdentityMatrix
|
- (void) makeIdentityMatrix
|
||||||
{
|
{
|
||||||
matrix = identityTransform;
|
matrix = identityTransform;
|
||||||
|
|
Loading…
Reference in a new issue