Remove unnecessary adapt_character_flags call

This commit is contained in:
Matt Brubeck 2015-08-28 11:13:34 -07:00
parent 4d32e8b20e
commit 5f126ff301

View file

@ -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(' ') {
entry = entry.set_char_is_space()
}