]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
* mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
[lilypond.git] / lily / open-type-font.cc
index 8e50a1a576b4ee385af3bb43ccd9864d6407d8bc..1a61c07884869fbe0ffd98ae1ad786cf1b06ee34 100644 (file)
@@ -68,18 +68,6 @@ load_scheme_table (char const *tag_str, FT_Face face)
   return tab;
 }
 
-Index_to_charcode_map
-make_index_to_charcode_map (FT_Face face)
-{
-  Index_to_charcode_map m;
-  FT_ULong charcode;
-  FT_UInt gindex;
-
-  for (charcode = FT_Get_First_Char (face, &gindex); gindex != 0;
-       charcode = FT_Get_Next_Char (face, charcode, &gindex))
-    m[gindex] = charcode;
-  return m;
-}
 
 Open_type_font::~Open_type_font ()
 {