diff options
author | bungeman <bungeman@google.com> | 2015-06-18 07:46:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-18 07:46:58 -0700 |
commit | 7b7c844bca23d92008713e387ae1984dd903f4e0 (patch) | |
tree | 22dbde5c1e78c1cdb49cb09a7bf1c4fdd9436fe2 /include/ports | |
parent | b3ec76b34fbfd356e6b4d76dfa2eb088768053d0 (diff) |
Remove unused SkTypeface_android.h.
This file had one declaration in it which actually affected the
SkFontMgr and had nothing to do with typefaces specifically. As a
result, the declaration was moved to SkFontMgr_android.h. Now that
the users have been updated, remove this now unused file.
Review URL: https://codereview.chromium.org/1177173004
Diffstat (limited to 'include/ports')
-rw-r--r-- | include/ports/SkTypeface_android.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h deleted file mode 100644 index 704f9c7603..0000000000 --- a/include/ports/SkTypeface_android.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2012 Google Inc. - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -// THIS FILE IS DEPRECATED. USE SkFontMgr_android.h instead. - - -#ifndef SkTypeface_android_DEFINED -#define SkTypeface_android_DEFINED - -#include "SkTypeface.h" - -#ifdef SK_BUILD_FOR_ANDROID - -/** - * For test only. - * Load font config from given xml files, instead of those from Android system. - */ -SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackconf, - const char* fontsdir); - -#endif // #ifdef SK_BUILD_FOR_ANDROID -#endif // #ifndef SkTypeface_android_DEFINED |