diff options
-rw-r--r-- | src/scaling-report.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 7cbe8ee3..9ca83552 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -632,9 +632,6 @@ static void intensity_histogram(cairo_t *cr, const struct image *images, } f_max = (f_max/10)*10 + 10; - snprintf(tmp, 31, "Max n=%i", f_max); - show_text_simple(cr, tmp, 10.0, 22.0, "Sans 9", 0.0, J_LEFT); - snprintf(tmp, 32, "Max I=%.0f", int_max); show_text_simple(cr, tmp, 10.0, 10.0, "Sans 9", 0.0, J_LEFT); |