From be53b7f5e5adc486f1e7f4abd1dea3afba5f70d5 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 13 Oct 2008 21:13:20 +0000 Subject: [PATCH] Remove dead store. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8055 7a7537e8-13f0-0310-91df-b6672ffda945 --- filter/bannertops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/filter/bannertops.c b/filter/bannertops.c index 119ca047d7..ab27adec01 100644 --- a/filter/bannertops.c +++ b/filter/bannertops.c @@ -925,7 +925,6 @@ write_banner(banner_file_t *banner, /* I - Banner file */ num_rows = cupsImageGetHeight(image); line = malloc(depth * num_cols + 3); temp_width = num_cols * images_height / num_rows; - out_offset = 0; printf("gsave %.1f %.1f translate %.3f %.3f scale\n", x, y, temp_width / num_cols, images_height / num_rows); -- 2.47.2