From 63752f3ec006cf43b875084bf9992798dfbeec7c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 31 Oct 2016 16:22:36 +0100 Subject: [PATCH] Remove unused FontContext::font_cache_thread(). --- components/gfx/font_context.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/gfx/font_context.rs b/components/gfx/font_context.rs index 0730c3a2008..f5a7b9659a5 100644 --- a/components/gfx/font_context.rs +++ b/components/gfx/font_context.rs @@ -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 {