]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Doc: CG - removed information about test-patchy
[lilypond.git] / lily / font-metric.cc
index be071fe912dcfa9e5cf4c23d6dc1d55a85334939..f2b6a0e1476c2e669a1917d47f8d17343960ac37 100644 (file)
@@ -29,7 +29,6 @@ using namespace std;
 #include "stencil.hh"
 #include "warn.hh"
 
-ADD_SMOB_INIT (Font_metric);
 
 Real
 Font_metric::design_size () const
@@ -96,14 +95,14 @@ Font_metric::derived_mark () const
 }
 
 SCM
-Font_metric::mark_smob ()
+Font_metric::mark_smob () const
 {
   derived_mark ();
   return description_;
 }
 
 int
-Font_metric::print_smob (SCM port, scm_print_state *)
+Font_metric::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<", port);
   scm_puts (class_name (), port);