Skip to content

Commit db9ec93

Browse files
committed
Remove comment
1 parent dc3b987 commit db9ec93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tables/cff/cff1.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,6 @@ impl<'a> Table<'a> {
873873
/// The same as [`Table::parse`], with the difference that it allows you to
874874
/// manually pass the units per em of the font, which is needed to properly
875875
/// scale certain fonts with a non-identity matrix.
876-
///
877-
/// This method only exists temporarily and will be removed with the next
878-
/// minor release.
879876
pub(crate) fn parse_with_upem(data: &'a [u8], units_per_em: u16) -> Option<Self> {
880877
Self::parse_inner(data, Some(units_per_em))
881878
}

0 commit comments

Comments
 (0)