]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Remove ly:get-glyph and supporting infrastructure.
[lilypond.git] / lily / font-metric.cc
index ed53d266187d2fdda943958f170b5e1d93ac7ebe..262d8a1559cd8ee8d8400c687f50bb3cd70e9ba8 100644 (file)
@@ -156,15 +156,6 @@ Font_metric::index_to_charcode (size_t i) const
   return index_to_ascii (i);
 }
 
-Stencil
-Font_metric::get_ascii_char_stencil (size_t code) const
-{
-  SCM at = scm_list_3 (ly_symbol2scm ("char"), self_scm (),
-                      scm_from_unsigned (code));
-  Box b = get_ascii_char (code);
-  return Stencil (b, at);
-}
-
 Stencil
 Font_metric::get_indexed_char_stencil (size_t code) const
 {