Remove unused FontContext::font_cache_thread().

This commit is contained in:
Ms2ger 2016-10-31 16:22:36 +01:00
parent 91a41b7641
commit 63752f3ec0

View file

@ -228,11 +228,6 @@ impl FontContext {
self.layout_font_group_cache.insert(layout_font_group_cache_key, font_group.clone());
font_group
}
/// Returns a reference to the font cache thread.
pub fn font_cache_thread(&self) -> FontCacheThread {
self.font_cache_thread.clone()
}
}
impl HeapSizeOf for FontContext {