mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
Removed gnustep-only method which was never used and could easily be
replaced by calls to standard methods git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b0560300ce
commit
1e3707951f
1 changed files with 0 additions and 9 deletions
|
@ -357,15 +357,6 @@ static NSAffineTransformStruct identityTransform = {
|
||||||
|
|
||||||
@implementation NSAffineTransform (GNUstep)
|
@implementation NSAffineTransform (GNUstep)
|
||||||
|
|
||||||
+ matrixFrom: (const float[6])_matrix
|
|
||||||
{
|
|
||||||
NSAffineTransform *m = AUTORELEASE([self alloc]);
|
|
||||||
|
|
||||||
[m setMatrix: _matrix];
|
|
||||||
|
|
||||||
return m;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void) scaleTo: (float)sx : (float)sy
|
- (void) scaleTo: (float)sx : (float)sy
|
||||||
{
|
{
|
||||||
float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle;
|
float angle = rotationAngle < 0 ? [self rotationAngle] : rotationAngle;
|
||||||
|
|
Loading…
Reference in a new issue