[gimp] rotate: Remove redundant assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] rotate: Remove redundant assignment
- Date: Thu, 6 Oct 2011 04:09:06 +0000 (UTC)
commit e3b8d9885e175779d4984ba6b26c709f12b89d3d
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]