]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scale.cc
More C++.
[lilypond.git] / lily / scale.cc
index 9e39d8a99e83fa992a31c1be95fdb37a362c15ac..23490c889084cb2dff8192d1fb53fb939cbbec43 100644 (file)
@@ -121,19 +121,17 @@ Scale::normalize_step (int step) const
 }
 
 int
-Scale::print_smob (SCM x, SCM port, scm_print_state *)
+Scale::print_smob (SCM /* x */,
+                  SCM port,
+                  scm_print_state *)
 {
-  (void) x;
-  
   scm_puts ("#<Scale>", port); 
   return 1;
 }
 
-
 SCM
-Scale::mark_smob (SCM x)
+Scale::mark_smob (SCM)
 {
-  (void) x;
   return SCM_UNSPECIFIED;
 }