]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Issue 4135/2: Replace mark_smob static member functions with non-static members
[lilypond.git] / lily / font-metric.cc
index ab0f8f47e36a7a4c53e6e546836c73276a63c107..899d80f821166ad95d10f6b0b0e9e11b495c078d 100644 (file)
@@ -94,11 +94,10 @@ Font_metric::derived_mark () const
 }
 
 SCM
-Font_metric::mark_smob (SCM s)
+Font_metric::mark_smob ()
 {
-  Font_metric *m = (Font_metric *) SCM_CELL_WORD_1 (s);
-  m->derived_mark ();
-  return m->description_;
+  derived_mark ();
+  return description_;
 }
 
 int