From 7024311679e68b26f72d595eb3ced0e7179690c0 Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Wed, 13 Nov 2013 13:47:28 -0800 Subject: [PATCH] page-breaking: keep the degree of stretching in Line_details; issue 3441 The prioritization of cache_line_details() needs this information to recognize the best configurations. --- lily/page-breaking.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/page-breaking.cc b/lily/page-breaking.cc index 9a6f8f40f2..c4ca97f726 100644 --- a/lily/page-breaking.cc +++ b/lily/page-breaking.cc @@ -195,7 +195,6 @@ compress_lines (const vector &orig) else { ret.push_back (orig[i]); - ret.back ().force_ = 0; } } return ret; -- 2.39.5