Skip to content

Commit 4b32e12

Browse files
committed
Removed unused PhysicalPoint
1 parent 08a3056 commit 4b32e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/renderers/femtovg/fonts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// cspell:ignore Noto fontconfig
55

6-
use crate::{PhysicalLength, PhysicalPoint};
6+
use crate::PhysicalLength;
77
use core::num::NonZeroUsize;
88
use femtovg::TextContext;
99
use i_slint_common::sharedfontique::{self, parley};

0 commit comments

Comments
 (0)