mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fix code accidentally commented out.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
051f24a8b3
commit
82bf84f827
1 changed files with 1 additions and 2 deletions
|
@ -399,7 +399,6 @@ static NSAffineTransformStruct identityTransform = {
|
||||||
*/
|
*/
|
||||||
- (void) scaleXBy: (float)scaleX yBy: (float)scaleY
|
- (void) scaleXBy: (float)scaleX yBy: (float)scaleY
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
if (_isIdentity && scaleX == 1.0)
|
if (_isIdentity && scaleX == 1.0)
|
||||||
{
|
{
|
||||||
if (scaleY == 1.0)
|
if (scaleY == 1.0)
|
||||||
|
@ -429,7 +428,7 @@ static NSAffineTransformStruct identityTransform = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
A *= scaleX;
|
A *= scaleX;
|
||||||
B *= scaleX;
|
B *= scaleX;
|
||||||
C *= scaleY;
|
C *= scaleY;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue