]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove utf-8-string from PS/EPS backend
authorPatrick McCarty <pnorcks@gmail.com>
Fri, 24 Jul 2009 19:23:46 +0000 (12:23 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 26 Jul 2009 03:35:38 +0000 (20:35 -0700)
This procedure was only used to catch programming mistakes.  The new
"backend-testing" procedure emits warnings for these types of mistakes,
so it is now obsolete.

scm/output-ps.scm

index ae8d1e2478207571422a16de71fe1a38d6eb45cc..64a22b4677a0e650bd552751154dccbee51aee7f 100644 (file)
             (cdr y)
             url))
 
-(define (utf-8-string pango-font-description string)
-  (ly:warning (_ "utf-8-string encountered in PS backend")))
-
 (define (path thickness exps)
   (define (convert-path-exps exps)
     (if (pair? exps)