[gimp] film: Remove dead assignment (and variable)



commit 37d81cd3962b5b00e0aab4a0dbd5b3e5c5dd1bb3
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Oct 6 08:38:46 2011 +0530

    film: Remove dead assignment (and variable)

 plug-ins/common/film.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/film.c b/plug-ins/common/film.c
index c670d84..6a6a06f 100644
--- a/plug-ins/common/film.c
+++ b/plug-ins/common/film.c
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]