From 1d670334c7139408b5bd6f2ca9c357be8c89b53a Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 17 Jul 2008 05:48:16 +0000 Subject: [PATCH] old comment no longer appears to be true svn: r10811 --- collects/teachpack/htdp/image.ss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/collects/teachpack/htdp/image.ss b/collects/teachpack/htdp/image.ss index 38cab1bb04..693d8fb533 100644 --- a/collects/teachpack/htdp/image.ss +++ b/collects/teachpack/htdp/image.ss @@ -1,8 +1,3 @@ -;; this is like htdp/image -;; except that it provides things with -;; provide-primitives for better error -;; reporting in the teaching languages. - (module image mzscheme (require htdp/image lang/prim) (provide (all-from htdp/image))