Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: include/ports/SkTypeface_android.h

Issue 1177173004: Remove unused SkTypeface_android.h. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698