film: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman 2011-10-06 08:38:46 +05:30
parent ad3633110a
commit 37d81cd396

View file

@ -333,7 +333,7 @@ run (const gchar *name,
static gint32
film (void)
{
gint width, height, tile_height;
gint width, height;
guchar *hole;
gint film_height, film_width;
gint picture_width, picture_height;
@ -365,8 +365,6 @@ film (void)
gimp_context_set_foreground (&filmvals.number_color);
gimp_context_set_background (&filmvals.film_color);
tile_height = gimp_tile_height ();
if (filmvals.keep_height) /* Search maximum picture height */
{
picture_height = 0;