From 973ed0288769c6c73ed25045aa180f74fa49f298 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 6 Sep 2010 06:24:44 -0500 Subject: [PATCH] made scaling work with pinholes original commit: e3b51e8cf4da6fb1308d967129421386efeab4bc --- collects/mrlib/image-core.rkt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/collects/mrlib/image-core.rkt b/collects/mrlib/image-core.rkt index d1a6fac8..9bcf1ba7 100644 --- a/collects/mrlib/image-core.rkt +++ b/collects/mrlib/image-core.rkt @@ -1,10 +1,5 @@ #lang racket/base -;; changed: -;; - simple-shape -;; - np-atomic-shape -;; - atomic-shape - #| This library is the part of the 2htdp/image