]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Remove Font_metric::get_indexed_char_stencil()
[lilypond.git] / lily / font-metric.cc
index 50f97f419d7c2087e806310b78fdf43b0c52ba0e..a27dda61d1b0a050d80d78fa0b7325472ac2d2dd 100644 (file)
@@ -150,16 +150,6 @@ Font_metric::index_to_charcode (size_t i) const
   return index_to_ascii (i);
 }
 
-Stencil
-Font_metric::get_indexed_char_stencil (size_t code) const
-{
-  size_t idx = index_to_ascii (code);
-  SCM at = scm_list_3 (ly_symbol2scm ("char"), self_scm (),
-                      scm_from_unsigned (idx));
-  Box b = get_indexed_char_dimensions (code);
-  return Stencil (b, at);
-}
-
 Offset
 Font_metric::attachment_point (string) const
 {