remove unused variable (isNaN)
git-svn-id: http://skia.googlecode.com/svn/trunk@3976 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
6600852667
commit
32aa01e2fe
@ -95,7 +95,6 @@ void SkRect::set(const SkPoint pts[], int count) {
|
||||
Sk2sComplimentAsScalar(b));
|
||||
#else
|
||||
SkScalar l, t, r, b;
|
||||
SkFLOATCODE(int isNaN;)
|
||||
|
||||
l = r = pts[0].fX;
|
||||
t = b = pts[0].fY;
|
||||
|
Loading…
Reference in New Issue
Block a user