remove line that should not have been included in afa4037109

related to racket/drracket#106
This commit is contained in:
Robby Findler 2017-04-16 21:29:01 -05:00
parent afa4037109
commit 0c79a90c69

View File

@ -192,8 +192,7 @@
(to-byte (- 255 (* (- 255 (send users-choice blue)) new-α))))) (to-byte (- 255 (* (- 255 (send users-choice blue)) new-α)))))
(send delta set-delta-foreground α*users-choice) (send delta set-delta-foreground α*users-choice)
(define new-mult (send delta get-foreground-mult)) (define new-mult (send delta get-foreground-mult))
(send new-mult set (- 1 new-α) (- 1 new-α) (- 1 new-α)) (send new-mult set (- 1 new-α) (- 1 new-α) (- 1 new-α))))))])))
(define new-add (send delta get-foreground-add))))))])))
(define background-color-button (define background-color-button
(and (>= (get-display-depth) 8) (and (>= (get-display-depth) 8)