]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Remove Font_metric::get_ascii_char() and descendents.
[lilypond.git] / lily / font-metric.cc
index 262d8a1559cd8ee8d8400c687f50bb3cd70e9ba8..db50ca67c26122ef92d91bb144608695989b38f1 100644 (file)
@@ -78,16 +78,10 @@ Font_metric::count () const
   return 0;
 }
 
-Box
-Font_metric::get_ascii_char (size_t) const
-{
-  return Box (Interval (0, 0), Interval (0, 0));
-}
-
 Box
 Font_metric::get_indexed_char (size_t k) const
 {
-  return get_ascii_char (k);
+  return Box (Interval (0, 0), Interval (0, 0));
 }
 
 size_t