remove obsolete "based on" entry

This commit is contained in:
Matthew Flatt 2012-10-27 19:43:59 -06:00
parent 10a8a625fa
commit fa743d7058

View File

@ -187,11 +187,6 @@
(insert ".\n\nBased on:\n ")
(insert (banner)))
(when (or (eq? (system-type) 'macos)
(eq? (system-type) 'macosx))
(send* e
(insert " The A List (c) 1997-2001 Kyle Hammond\n")))
(let ([tools (sort (drracket:tools:get-successful-tools)
(lambda (a b)
(string<? (path->string (drracket:tools:successful-tool-spec a))