From abb8c759fd4ebdcb506c5850b511e3fd6f6e7c2e Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 24 Jul 2009 12:23:46 -0700 Subject: [PATCH] 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. --- scm/output-ps.scm | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2