aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ports
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-15 15:15:15 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-15 19:42:13 +0000
commitecd35c16ef1257233c5677ae5f9a31f654d22994 (patch)
treef78b01f11eb49dd302ac5e4b009666b7763ec9a0 /include/ports
parent0f690105496fa7f1de4bee85f4bf035cdefa84a8 (diff)
Remove non-smart SkFontConfigInterface::SetGlobal.
This method is no longer used and is superseded by the 'smart' version. Change-Id: Ic27545a2ec2666d77966727630ba7e960eac5506 Reviewed-on: https://skia-review.googlesource.com/128316 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'include/ports')
-rw-r--r--include/ports/SkFontConfigInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h
index bb7eebe5d5..12f777d655 100644
--- a/include/ports/SkFontConfigInterface.h
+++ b/include/ports/SkFontConfigInterface.h
@@ -35,7 +35,6 @@ public:
* Replace the current global instance with the specified one.
*/
static void SetGlobal(sk_sp<SkFontConfigInterface> fc);
- static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
/**
* This should be treated as private to the impl of SkFontConfigInterface.