[gimp/metadata-browser] rotate: Remove redundant assignment



commit 308ab2a6636de33f3389bf6e153257de23c74750
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Oct 6 09:08:22 2011 +0530

    rotate: Remove redundant assignment

 plug-ins/common/rotate.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/rotate.c b/plug-ins/common/rotate.c
index a6fc3fa..7e84d71 100644
--- a/plug-ins/common/rotate.c
+++ b/plug-ins/common/rotate.c
@@ -266,10 +266,6 @@ rotate_drawable (GimpDrawable *drawable)
   guchar       *buffer;
   guchar       *src_row, *dest_row;
 
-  /* initialize */
-
-  row = 0;
-
   /* Get the size of the input drawable. */
   width = drawable->width;
   height = drawable->height;



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