mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove unused FontContext::font_cache_thread().
This commit is contained in:
parent
91a41b7641
commit
63752f3ec0
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue