aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-31 22:42:33 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-31 22:42:33 +0000
commitd2f7948cdf9301766728cb52a9610a9d2b0172ae (patch)
tree18c588cbf3dfbf5d099c6e196e74c064df6fc60c /include/core/SkPostConfig.h
parent77121cf8432af0b3453f792ed4f212be91491fef (diff)
Disabling SK_ATTR_DEPRECATED the hard way
git-svn-id: http://skia.googlecode.com/svn/trunk@12067 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkPostConfig.h')
-rw-r--r--include/core/SkPostConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index 61998f621a..0aa6c18e31 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -376,7 +376,7 @@
#if !defined(SK_ATTR_DEPRECATED)
// we ignore msg for now...
- #define SK_ATTR_DEPRECATED(msg) SK_ATTRIBUTE(deprecated)
+ #define SK_ATTR_DEPRECATED(msg) //SK_ATTRIBUTE(deprecated)
#endif
//////////////////////////////////////////////////////////////////////