]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove dead store.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 13 Oct 2008 21:13:20 +0000 (21:13 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 13 Oct 2008 21:13:20 +0000 (21:13 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8055 7a7537e8-13f0-0310-91df-b6672ffda945

filter/bannertops.c

index 119ca047d7b25574a09dcc543acf46293f69e413..ab27adec01a876bc37bd0541e4f8795fe418e2af 100644 (file)
@@ -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);