Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 6d990045b5cf7e1abbfea83b1c9a1b9ef7d5b6fe..506912eb50572eaadf9b9c46686c077e0019e6fd 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -37,16 +37,6 @@ class SkSurface; |
class SkSurface_Base; |
class SkTextBlob; |
-/* |
- * If you want the legacy cliptolayer flag (i.e. android), then you must have the new |
- * legacy saveflags. |
- */ |
-#ifdef SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG |
-#ifndef SK_SUPPORT_LEGACY_SAVEFLAGS |
- #define SK_SUPPORT_LEGACY_SAVEFLAGS |
-#endif |
-#endif |
- |
/** \class SkCanvas |
A Canvas encapsulates all of the state about drawing into a device (bitmap). |