]> 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 81ba1115ce453314ed5807d535afed55d8fac2c9..5db047fc266fafee77643f04d13649a0ca03b80b 100644 (file)
@@ -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