]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
* lily/music.cc (derived_mark): derive Music from Prob.
[lilypond.git] / lily / include / all-font-metrics.hh
index a9982d7ba52d16e11e95450b5f05d01ad33ef54b..5d1b8a6d38b6e0610fe85ef78848e830ed0942a7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef ALL_FONTS_HH
@@ -23,7 +23,6 @@
 */
 class All_font_metrics
 {
-  Scheme_hash_table *afm_dict_;
   Scheme_hash_table *tfm_dict_;
   Scheme_hash_table *otf_dict_;
   File_path search_path_;
@@ -45,7 +44,6 @@ public:
                               Real scale);
 #endif
 
-  Adobe_font_metric *find_afm (String name);
   Tex_font_metric *find_tfm (String);
   Font_metric *find_font (String name);
   Open_type_font *find_otf (String name);