[gimp/metadata-browser] rotate: Remove redundant assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] rotate: Remove redundant assignment
- Date: Fri, 2 Dec 2011 02:09:25 +0000 (UTC)
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]