[gimp] screenshot: Delete dead variable



commit 0a5954d8e0cd639db85d2736ccc3d5399b2780d7
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Oct 10 09:54:08 2011 +0530

    screenshot: Delete dead variable

 plug-ins/common/screenshot.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/screenshot.c b/plug-ins/common/screenshot.c
index f511bd4..1358cd0 100644
--- a/plug-ins/common/screenshot.c
+++ b/plug-ins/common/screenshot.c
@@ -782,9 +782,8 @@ create_image (cairo_surface_t *surface,
   gdouble    xres, yres;
   gchar     *comment;
   gint       width, height;
-  gboolean   status;
 
-  status = gimp_progress_init (_("Importing screenshot"));
+  gimp_progress_init (_("Importing screenshot"));
 
   width  = cairo_image_surface_get_width (surface);
   height = cairo_image_surface_get_height (surface);



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