From 4df5d02c83e4259e8713cc5c22f0abd33b9303d6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 9 Jan 2007 15:41:08 +0100 Subject: [PATCH] remove outdated comment. --- lily/spacing-spanner.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index b973022acf..3177368245 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -521,13 +521,6 @@ Spacing_spanner::breakable_column_spacing (Grob *me, Item *l, Item *r, assert (!isinf (compound_space)); compound_space = max (compound_space, compound_fixed); - /* - There used to be code that changed spacing depending on - raggedright setting. Ugh. - - Do it more cleanly, or rename the property. - - */ Real inverse_strength = (compound_space - compound_fixed); Real distance = compound_space; Spaceable_grob::add_spring (l, r, distance, inverse_strength); -- 2.39.5