mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Fix compiler warning about unused function
This commit is contained in:
parent
557729320f
commit
241eb35a2d
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ fn embed_font(
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
#[cfg(all(not(target_arch = "wasm32"), not(feature = "embed-glyphs-as-sdf")))]
|
||||
fn embed_alpha_map_glyphs(
|
||||
pixel_sizes: &[i16],
|
||||
character_map: &Vec<CharacterMapEntry>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue