mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
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:
parent
1e3707951f
commit
905ef78adc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue