diff options
author | Thomas White <taw@physics.org> | 2011-11-22 18:36:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | b1213f623a56bfe75988912c8f26a712b9d5935e (patch) | |
tree | adc908f6283599582e2744a1e59fb0dea6cc3e45 /src | |
parent | 84e4e19b65fc2c7a61b4d7449a9d1704d2cd0de1 (diff) |
Remove "max n=" in scaling report, because it's not useful
Diffstat (limited to 'src')
-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); |