From: Patrick McCarty Date: Fri, 24 Jul 2009 19:23:46 +0000 (-0700) Subject: Remove utf-8-string from PS/EPS backend X-Git-Tag: release/2.13.4-1~296 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abb8c759fd4ebdcb506c5850b511e3fd6f6e7c2e;p=lilypond.git Remove utf-8-string from PS/EPS backend 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. --- diff --git a/scm/output-ps.scm b/scm/output-ps.scm index ae8d1e2478..64a22b4677 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -263,9 +263,6 @@ (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)