mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 16:10:55 +00:00
Method which was a private duplicate of a public one removed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d52e667cb5
commit
61f05df41f
1 changed files with 0 additions and 6 deletions
|
@ -366,12 +366,6 @@ static NSAffineTransformStruct identityTransform = {
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) scaleBy: (float)sx :(float)sy
|
|
||||||
{
|
|
||||||
A *= sx; B *= sx;
|
|
||||||
C *= sy; D *= sy;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (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