diff options
-rw-r--r-- | src/scaling-report.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 0b733e05..441353b7 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -225,7 +225,6 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, if ( random_flat(1.0) < prob ) { plot_point(cr, g_width, g_height, pcalc, pobs); } - } } |