]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
Fix 932.
[lilypond.git] / lily / hairpin.cc
index e707655188c2cee6c0e72d51daad0059d3f9e113..af3565362910dfa53e4d50ab9f714205d9f6f52d 100644 (file)
 #include "note-column.hh"
 #include "warn.hh"
 
-MAKE_SCHEME_CALLBACK (Hairpin, height, 1);
-SCM
-Hairpin::height (SCM smob)
-{
-  return Grob::stencil_height (smob);
-}
-
 MAKE_SCHEME_CALLBACK (Hairpin, pure_height, 3);
 SCM
 Hairpin::pure_height (SCM smob, SCM, SCM)