aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ports/SkFontMgr_indirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ports/SkFontMgr_indirect.h')
-rw-r--r--include/ports/SkFontMgr_indirect.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h
index 6c258c851d..b9ab3ba913 100644
--- a/include/ports/SkFontMgr_indirect.h
+++ b/include/ports/SkFontMgr_indirect.h
@@ -11,7 +11,6 @@
#include "../private/SkMutex.h"
#include "../private/SkOnce.h"
#include "../private/SkTArray.h"
-#include "SkDataTable.h"
#include "SkFontMgr.h"
#include "SkRefCnt.h"
#include "SkRemotableFontMgr.h"
@@ -95,10 +94,6 @@ private:
mutable SkTArray<DataEntry> fDataCache;
mutable SkMutex fDataCacheMutex;
- mutable sk_sp<SkDataTable> fFamilyNames;
- mutable SkOnce fFamilyNamesInitOnce;
- static void set_up_family_names(const SkFontMgr_Indirect* self);
-
friend class SkStyleSet_Indirect;
};