Remove mzlib/etc require

This commit is contained in:
Patrick Mahoney 2012-08-21 18:56:10 -04:00 committed by Gregory Cooper
parent 67d75b4c09
commit 5c935ba0b6

View File

@ -1,6 +1,5 @@
(module gui frtime
(require
(except-in mzlib/etc rec)
frtime/gui/fred)
(define frame (new ft-frame% [label "GUI"] [min-height 150] [min-width 200] [shown #t]))