diff --git a/fontland/fontland/ttf-glyph.rkt b/fontland/fontland/ttf-glyph.rkt index b31b0057..7129712e 100644 --- a/fontland/fontland/ttf-glyph.rkt +++ b/fontland/fontland/ttf-glyph.rkt @@ -16,8 +16,6 @@ https://github.com/mbutterick/fontkit/blob/master/src/glyph/TTFGlyph.js |# ;; Represents a TrueType glyph. -#;(define-subclass Glyph (TTFGlyph) - (inherit-field _font id)) (struct ttf-glyph glyph () #:transparent)