mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Remove spurious line.
This commit is contained in:
parent
5fd0fcbc91
commit
b1b7177ef7
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ pub impl FontListHandle {
|
|||
let font_set = FcConfigGetFonts(config, FcSetSystem);
|
||||
let font_set_array_ptr = ptr::to_unsafe_ptr(&font_set);
|
||||
unsafe {
|
||||
let pattern = FcPatternCreate();
|
||||
let pattern = FcPatternCreate();
|
||||
assert!(pattern.is_not_null());
|
||||
do str::as_c_str("family") |FC_FAMILY| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue