mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Remove unnecessary adapt_character_flags call
This commit is contained in:
parent
4d32e8b20e
commit
5f126ff301
1 changed files with 0 additions and 3 deletions
|
@ -477,9 +477,6 @@ impl<'a> GlyphStore {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME(pcwalton): Is this necessary? I think it's a no-op.
|
|
||||||
entry = entry.adapt_character_flags_of_entry(self.entry_buffer[i.to_usize()]);
|
|
||||||
|
|
||||||
if character == Some(' ') {
|
if character == Some(' ') {
|
||||||
entry = entry.set_char_is_space()
|
entry = entry.set_char_is_space()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue