[gimp] app: Remove dead assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Remove dead assignment
- Date: Mon, 3 Oct 2011 13:46:41 +0000 (UTC)
commit 9a39d84e960cedd8922513ed61bc7c10c2059398
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 19:13:22 2011 +0530
app: Remove dead assignment
app/core/gimp-transform-region.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimp-transform-region.c b/app/core/gimp-transform-region.c
index 1143449..2a28b67 100644
--- a/app/core/gimp-transform-region.c
+++ b/app/core/gimp-transform-region.c
@@ -197,8 +197,6 @@ gimp_transform_region (GimpPickable *pickable,
m = *matrix;
gimp_matrix3_invert (&m);
- alpha = 0;
-
/* turn interpolation off for simple transformations (e.g. rot90) */
if (gimp_matrix3_is_simple (matrix))
interpolation_type = GIMP_INTERPOLATION_NONE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]