]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-select.cc
Remove tex and texstr backends (part 1).
[lilypond.git] / lily / font-select.cc
index 2765aa8c1491f1226a4426df4479fa8adcd747c1..5db047fc266fafee77643f04d13649a0ca03b80b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2003--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2003--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 
@@ -109,8 +109,7 @@ select_encoded_font (Output_def *layout, SCM chain)
     }
 
 #if HAVE_PANGO_FT2
-  if (scm_is_string (name)
-      && is_pango_format_global)
+  if (scm_is_string (name))
     return select_pango_font (layout, chain);
   else
 #endif