]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/crescendo.cc
release: 0.0.78
[lilypond.git] / lily / crescendo.cc
index 8de7d68759930576ece02c093a996097dfd6319d..df349421bb658035b7020c45132a70c39d96d113 100644 (file)
@@ -44,7 +44,6 @@ Crescendo::get_symbol()const
        warning("Crescendo too small");
        w_dim = 0;
     }
-//    Real lookup_wid = w_dim * 0.9; // make it slightly smaller.
 
     return Symbol( paper()->lookup_l()->hairpin( w_dim, grow_dir_i_ < 0) );
 }