summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
authorMike Solomon <mike@apollinemike.com>2012-02-06 16:59:00 +0100
committerMike Solomon <mike@apollinemike.com>2012-02-06 16:59:16 +0100
commitc74e3c672472e22f28abc82d1705188add41a229 (patch)
tree4f00294119b08b7efe5d9f4ae8eec72148c9d5be /ps
parentc0beab2f53c8244d101962517def952bab18189e (diff)
Gets rid of repeat-slash stencil command
Diffstat (limited to 'ps')
-rw-r--r--ps/music-drawing-routines.ps12
1 files changed, 0 insertions, 12 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps
index 2d17d57ab9..d7450e452b 100644
--- a/ps/music-drawing-routines.ps
+++ b/ps/music-drawing-routines.ps
@@ -138,18 +138,6 @@ bind def
} ifelse
} bind def
-/draw_repeat_slash % x-width width height draw_repeat_slash
-{
- 2 index % duplicate x-width
- 1 setlinecap
- 1 setlinejoin
-
- 0 rlineto % x-width 0
- rlineto % width height
- neg 0 rlineto % -x-width 0
- closepath fill
-} bind def
-
/draw_circle % filled? radius thickness draw_circle
{
setlinewidth % f? r