aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTextBlob.h
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2016-10-05 12:30:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-13 17:43:41 +0000
commit16d2c67fa10f09a88b33df2cd88f349da52c9a9a (patch)
tree4cac96888d1cf0a4a671a8cc9a42392bdebe2b63 /include/core/SkTextBlob.h
parent5286d6cecd241d5d34477074034dc0291616081d (diff)
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 <fmalita@chromium.org> Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'include/core/SkTextBlob.h')
-rw-r--r--include/core/SkTextBlob.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index 35d5dc4173..8198f04a80 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -106,12 +106,6 @@ public:
*/
sk_sp<SkTextBlob> make();
-#ifdef SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER
- const SkTextBlob* build() {
- return this->make().release();
- }
-#endif
-
/**
* Glyph and position buffers associated with a run.
*