Skip to content

Commit

Permalink
chore: remove unused draft code
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jul 14, 2024
1 parent 30f38c2 commit 0ea5400
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/conversion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,3 @@ impl Composition {
self.selections.clear();
}
}

// /// TODO: doc
// pub trait ConversionEngine<C: ?Sized> {
// /// TODO: doc, combine convert_next as an Iterator
// fn convert(
// &self,
// context: &C,
// composition: &Composition,
// ) -> impl Iterator<Item = Vec<Interval>>;
// }

0 comments on commit 0ea5400

Please sign in to comment.