]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
*** empty log message ***
[lilypond.git] / lily / cluster.cc
index 2b7bc77c2b96ea3f079850ea63c2ac4480e8b4a0..490840f1576b7f88417b8a6b80e6b5d9993b4501 100644 (file)
@@ -232,7 +232,6 @@ MAKE_SCHEME_CALLBACK (Cluster_beacon,height,2);
 SCM
 Cluster_beacon::height (SCM g, SCM)
 {
-  (void) ax;
   Grob *me = unsmob_grob (g);
   Interval v = robust_scm2interval (me->get_property ("positions"),
                                    Interval (0,0));