]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/self-alignment-interface.cc
use X-parents to align MMRNumbers, MMRTexts and PercentRepeatCounters
[lilypond.git] / lily / self-alignment-interface.cc
index f04eb19d1073592a84c7f0416c80af378b267ce3..eb51dc7f1b4e981902ddaf35a0d68ed2516dbb4f 100644 (file)
@@ -107,13 +107,6 @@ Self_alignment_interface::centered_on_y_parent (SCM smob)
   return centered_on_object (unsmob_grob (smob)->get_parent (Y_AXIS), Y_AXIS);
 }
 
-MAKE_SCHEME_CALLBACK (Self_alignment_interface, x_centered_on_y_parent, 1);
-SCM
-Self_alignment_interface::x_centered_on_y_parent (SCM smob)
-{
-  return centered_on_object (unsmob_grob (smob)->get_parent (Y_AXIS), X_AXIS);
-}
-
 MAKE_SCHEME_CALLBACK (Self_alignment_interface, aligned_on_x_parent, 1);
 SCM
 Self_alignment_interface::aligned_on_x_parent (SCM smob)