| Index: include/config/SkUserConfig.h
|
| diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
|
| index 5cd381d74c9fb90b8b49d010c7653ed3983e5f2c..72994e40607e7557a21dd6e9aa98282b347969c2 100644
|
| --- a/include/config/SkUserConfig.h
|
| +++ b/include/config/SkUserConfig.h
|
| @@ -37,14 +37,6 @@
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| -/* Scalars (the fractional value type in skia) can be implemented either as
|
| - floats or 16.16 integers (fixed). Exactly one of these two symbols must be
|
| - defined.
|
| -*/
|
| -//#define SK_SCALAR_IS_FLOAT
|
| -//#define SK_SCALAR_IS_FIXED
|
| -
|
| -
|
| /* Skia has lots of debug-only code. Often this is just null checks or other
|
| parameter checking, but sometimes it can be quite intrusive (e.g. check that
|
| each 32bit pixel is in premultiplied form). This code can be very useful
|
|
|