From a2ca41e3afdd8fad5e0e924dec029f33918e0a67 Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Fri, 23 Mar 2012 19:00:34 +0000 Subject: Cleanup Macros arround static initializers for SkFlattenable. This CL also removes an unused debugging function from the class Review URL: https://codereview.appspot.com/5890043 git-svn-id: http://skia.googlecode.com/svn/trunk@3483 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/effects/Sk1DPathEffect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/effects/Sk1DPathEffect.h') diff --git a/include/effects/Sk1DPathEffect.h b/include/effects/Sk1DPathEffect.h index 814e547153..51a5a78686 100644 --- a/include/effects/Sk1DPathEffect.h +++ b/include/effects/Sk1DPathEffect.h @@ -63,8 +63,6 @@ public: return SkNEW_ARGS(SkPath1DPathEffect, (buffer)); } - SK_DECLARE_FLATTENABLE_REGISTRAR() - protected: SkPath1DPathEffect(SkFlattenableReadBuffer& buffer); -- cgit v1.2.3