From: mike Date: Mon, 13 Oct 2008 21:13:20 +0000 (+0000) Subject: Remove dead store. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be53b7f5e5adc486f1e7f4abd1dea3afba5f70d5;p=thirdparty%2Fcups.git Remove dead store. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8055 7a7537e8-13f0-0310-91df-b6672ffda945 --- 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);