Skip to content

Commit

Permalink
remove indices and ids
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 24, 2025
1 parent 6f1ea14 commit b33281c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sugarloaf/src/font_introspector/shape/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ pub struct Buffer {
pub has_marks: bool,
pub reversed: bool,
pub next_cluster: u32,
#[allow(unused)]
pub indices: Vec<usize>,
#[allow(unused)]
pub ids: Vec<u16>,
pub skip_state: SkipState,
pub sub_args: Vec<u16>,
pub pos_args: Vec<u16>,
Expand Down

0 comments on commit b33281c

Please sign in to comment.