Skip to content

Commit

Permalink
Comment out unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Sep 20, 2024
1 parent b124aba commit f2ea18e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/rust/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ impl LyonPathBuilder {
self.update_transform();
}

fn pop_layer(&mut self) {
self.cur_layer -= 1;
}
// is this needed?
//
// fn pop_layer(&mut self) {
// self.cur_layer -= 1;
// }
}

impl ttf_parser::OutlineBuilder for LyonPathBuilder {
Expand Down

0 comments on commit f2ea18e

Please sign in to comment.