From 16d2c67fa10f09a88b33df2cd88f349da52c9a9a Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 5 Oct 2016 12:30:14 -0400 Subject: [PATCH] Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2988 Change-Id: Ib39913a67cdd05662e7a91b4f05fbe5429eb0c42 Reviewed-on: https://skia-review.googlesource.com/2988 Reviewed-by: Florin Malita Reviewed-by: Mike Reed Commit-Queue: Ben Wagner --- include/core/SkTextBlob.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h index 35d5dc4..8198f04 100644 --- a/include/core/SkTextBlob.h +++ b/include/core/SkTextBlob.h @@ -106,12 +106,6 @@ public: */ sk_sp make(); -#ifdef SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER - const SkTextBlob* build() { - return this->make().release(); - } -#endif - /** * Glyph and position buffers associated with a run. * -- 2.7.4