| Index: src/ports/SkFontConfigTypeface.h
|
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
|
| index 68a36e35e1b2041715f85a2ce440c669f83cbf55..00e00cf2edce88f3e28637993d11a1332e419d1d 100644
|
| --- a/src/ports/SkFontConfigTypeface.h
|
| +++ b/src/ports/SkFontConfigTypeface.h
|
| @@ -39,11 +39,7 @@ public:
|
| return fFamilyName.equals(name);
|
| }
|
|
|
| -#ifdef SK_VERY_LEGACY_CREATE_TYPEFACE
|
| - static SkTypeface* LegacyCreateTypeface(const char familyName[], SkTypeface::Style);
|
| -#else
|
| static SkTypeface* LegacyCreateTypeface(const char familyName[], SkFontStyle);
|
| -#endif
|
|
|
| protected:
|
| FontConfigTypeface(const SkFontStyle& style,
|
|
|