Index: include/ports/SkTypeface_android.h |
diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h |
deleted file mode 100644 |
index 704f9c76034e153578cb1b5d6cb7efa9e7cc3c60..0000000000000000000000000000000000000000 |
--- 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 |