summaryrefslogtreecommitdiff
path: root/examples/grid.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-01-21 19:29:46 -0500
committerDavid Thompson <dthompson2@worcester.edu>2021-01-26 17:12:02 -0500
commitaa45ad29efab50318d38bfd096b07021c4c7bde6 (patch)
treecb4f2347e94aa257a7906945bb5b1c389a22c93b /examples/grid.scm
parent578de9a16d58385f4e9926c7c0effae6127c9270 (diff)
graphics: Rewrite rendering engine.
Diffstat (limited to 'examples/grid.scm')
-rw-r--r--examples/grid.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/grid.scm b/examples/grid.scm
index 51a4a37..f552d1a 100644
--- a/examples/grid.scm
+++ b/examples/grid.scm
@@ -2,7 +2,6 @@
(chickadee math grid)
(chickadee math vector)
(chickadee math rect)
- (chickadee graphics)
(chickadee graphics color)
(chickadee graphics font)
(chickadee graphics path)