From 17290259db4d4230adaa3659d6704a1954c4a805 Mon Sep 17 00:00:00 2001
From: Erlend Aasland <erlend.aasland@mac.com>
Date: Wed, 28 Nov 2007 15:20:10 +0100
Subject: [PATCH] Remove unused PS macro.

---
 ps/music-drawing-routines.ps | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps
index e263d3d29e..713d997f37 100644
--- a/ps/music-drawing-routines.ps
+++ b/ps/music-drawing-routines.ps
@@ -59,32 +59,11 @@ bind def
   b4_Inc_state restore
 } bind def 
 
-
-%<font> <encoding> <name> reencode-font
-/reencode-font
-{
-    /name exch def
-    /encoding exch def
-    dup length
-    dict begin {
-	1 index /FID ne {def} {pop
-	pop} ifelse
-    }
-    forall
-    /Encoding encoding
-    def currentdict
-    end
-    name exch definefont
-} bind def
-
-
-
 /set_tex_dimen
 {
 	cvr def
 } bind def
 
-
 /stroke_and_fill {
 	gsave
 		stroke
-- 
2.39.5