From 56cbb23436257dcfc131aa3a88f3de20963bf4ac Mon Sep 17 00:00:00 2001 From: msarett Date: Thu, 8 Sep 2016 04:57:53 -0700 Subject: [PATCH] Delete deprecated GammaNamed TBR=reed@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2320893002 Review-Url: https://codereview.chromium.org/2320893002 --- include/core/SkColorSpace.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h index b335865..0451175 100644 --- a/include/core/SkColorSpace.h +++ b/include/core/SkColorSpace.h @@ -41,9 +41,6 @@ public: * followed by a 2.4f exponential. */ kSRGB_RenderTargetGamma, - - // DO NOT USE: Being deleted. - kLinear_GammaNamed = kLinear_RenderTargetGamma, }; /** -- 2.7.4