Skip to content

Commit

Permalink
Remove unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Nov 29, 2023
1 parent 3ea11c8 commit 515440a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub struct ShapePlan {
pub(crate) trak_mask: Mask,

pub(crate) requested_kerning: bool,
pub(crate) requested_tracking: bool,
pub(crate) has_frac: bool,
pub(crate) has_vert: bool,
pub(crate) has_gpos_mark: bool,
Expand Down Expand Up @@ -341,7 +340,6 @@ impl<'a> ShapePlanner<'a> {
kern_mask,
trak_mask,
requested_kerning,
requested_tracking,
has_frac,
has_vert,
has_gpos_mark,
Expand Down

0 comments on commit 515440a

Please sign in to comment.