From: Neil Puttock Date: Mon, 26 Jul 2010 23:13:54 +0000 (+0100) Subject: Remove unused properties. X-Git-Tag: release/2.13.29-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f6f781a90c7901a8daafcadbfb088494587e14b;p=lilypond.git Remove unused properties. --- diff --git a/lily/score-engraver.cc b/lily/score-engraver.cc index 44b5abf4b5..3f4d3dc97a 100644 --- a/lily/score-engraver.cc +++ b/lily/score-engraver.cc @@ -200,8 +200,7 @@ ADD_TRANSLATOR_GROUP (Score_engraver, /* read */ "currentMusicalColumn " - "currentCommandColumn " - "verticallySpacedContexts ", + "currentCommandColumn ", /* write */ "" diff --git a/lily/system.cc b/lily/system.cc index 8571cf35f9..f169b8a5d0 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -672,6 +672,5 @@ ADD_INTERFACE (System, "columns " "labels " "pure-Y-extent " - "skyline-distance " "skyline-horizontal-padding " ); diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index a69a603654..7eff40e957 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1054,8 +1054,6 @@ quanting.") acts as an index for looking up a @code{Stencil} object.") (shorten ,ly:dimension? "The amount of space that a stem is shortened. Internally used to distribute beam shortening over stems.") - (skyline-distance ,number? "The distance between this staff and the -next one, as determined by a skyline algorithm.") (stem-info ,pair? "A cache of stem parameters.") (system-Y-offset ,number? "The Y-offset (relative to the bottom of the top-margin of the page) of the system to which this staff belongs.")