зеркало из https://github.com/mozilla/pjs.git
Bug 637180 - Unused function IsFloatInteger; r=matt.woodrow
This commit is contained in:
Родитель
e1d6d4211e
Коммит
edc8a9bff7
|
@ -205,10 +205,12 @@ nsRect& nsRect::ScaleRoundOut(float aXScale, float aYScale)
|
|||
return *this;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static bool IsFloatInteger(float aFloat)
|
||||
{
|
||||
return fabs(aFloat - NS_round(aFloat)) < 1e-6;
|
||||
}
|
||||
#endif
|
||||
|
||||
nsRect& nsRect::ExtendForScaling(float aXMult, float aYMult)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче