Skip to content

Commit

Permalink
remove eq test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hhh committed Jan 26, 2024
1 parent 2417c22 commit 039c32f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plot-lib/plot/private/common/plot-device.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,6 @@
(define r (* 1/2 size))
(define line-sym
(cond [(hash-has-key? full-glyph-hash real-sym)
(when (eq? pen-color brush-color)
(set-pen pen-color 1 'transparent)
(set-brush brush-color 'solid))
(hash-ref full-glyph-hash real-sym)]
[else (set-brush brush-color 'transparent)
real-sym]))
Expand Down

0 comments on commit 039c32f

Please sign in to comment.