From 578c0dd269a83b89dc9ac1622dd1da3314968858 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 5 Dec 2018 18:25:51 -0800 Subject: [PATCH] next: structify subset --- fontland/fontland/ttf-glyph.rkt | 2 -- 1 file changed, 2 deletions(-) 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)