Skip to content

Commit 5d0e14f

Browse files
committed
remove cfg for non-existing feature
1 parent 81c4ee5 commit 5d0e14f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_text/src/glyph_brush.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ pub struct PositionedGlyph {
168168
pub byte_index: usize,
169169
}
170170

171-
#[cfg(not(feature = "subpixel_glyph_atlas"))]
172171
struct GlyphPlacementAdjuster(f32);
173172

174-
#[cfg(not(feature = "subpixel_glyph_atlas"))]
175173
impl GlyphPlacementAdjuster {
176174
#[inline(always)]
177175
pub fn new(glyph: &mut Glyph) -> Self {

0 commit comments

Comments
 (0)