removed absurd -- should not have checked it in

svn: r2698
This commit is contained in:
Robby Findler 2006-04-17 23:17:52 +00:00
parent a93aea17e1
commit fa8fbaa21c

View File

@ -59,7 +59,7 @@
(callback (lambda (c e)
(set! face-eyebrow-kind (list-ref choices (send c get-selection)))
(new-face-callback)))))
(let ([choices '(plain narrow medium large huge absurd grimace oh tongue)])
(let ([choices '(plain narrow medium large huge grimace oh tongue)])
(new choice%
(label "Mouth")
(choices (map symbol->string choices))