Index: samplecode/SampleCircle.cpp |
diff --git a/samplecode/SampleCircle.cpp b/samplecode/SampleCircle.cpp |
index 87ca4872e1cee89e0aac2259bafeaf6c25872dc2..b101a1f25739aa1296d18f5c2e9e65abc520e7b7 100644 |
--- a/samplecode/SampleCircle.cpp |
+++ b/samplecode/SampleCircle.cpp |
@@ -16,12 +16,10 @@ |
// reconstruct the edges of the circle. |
// see bug# 1504910 |
static void test_circlebounds(SkCanvas*) { |
-#ifdef SK_SCALAR_IS_FLOAT |
SkRect r = { 1.39999998f, 1, 21.3999996f, 21 }; |
SkPath p; |
p.addOval(r); |
SkASSERT(r == p.getBounds()); |
-#endif |
} |
class CircleView : public SampleView { |