diff --git a/lib/python/qmk/painter_qff.py b/lib/python/qmk/painter_qff.py index ecf1347b9cf..f7f8a264930 100644 --- a/lib/python/qmk/painter_qff.py +++ b/lib/python/qmk/painter_qff.py @@ -238,7 +238,6 @@ class QFFFont: exit(1) glyph_pixel_offsets.append(x) - width = x - last_offset if width > QFFGlyphInfo.GLYPH_WIDTH_MASK: self.logger.error("A glyph is too wide for QFF's encoding")