diff options
Diffstat (limited to '2d')
-rw-r--r-- | 2d/font.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2d/font.scm b/2d/font.scm index c33c310..688f9e9 100644 --- a/2d/font.scm +++ b/2d/font.scm @@ -66,7 +66,6 @@ upper-left corner rather than the bottom-left." (export <font> make-font font? - font-ftgl-font font-size load-font draw-font) |