X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhairpin.cc;h=6a98e55bf9bd4b3964787b4b0267220e366febcd;hb=079be3c9a14d13e594cb1c1924058322a93ca1b5;hp=80f836d5b1ff89f74c0d84aab425183f8b899141;hpb=574e4c93281ca502cb4d6719ef75bb5304e8b40a;p=lilypond.git diff --git a/lily/hairpin.cc b/lily/hairpin.cc index 80f836d5b1..6a98e55bf9 100644 --- a/lily/hairpin.cc +++ b/lily/hairpin.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "hairpin.hh" @@ -47,7 +47,6 @@ Hairpin::consider_suicide (Spanner*me) && ly_is_equal (bounds[RIGHT]->get_column ()->get_property ("when"), bounds[LEFT]->get_property ("when"))) me->suicide (); - } MAKE_SCHEME_CALLBACK (Hairpin, print, 1); @@ -207,7 +206,6 @@ Hairpin::print (SCM smob) /* should do relative to staff-symbol staff-space? */ - Stencil mol; Real x = 0.0;