[gegl] color-rotate: Remove redundant assignments
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] color-rotate: Remove redundant assignments
- Date: Wed, 31 Aug 2011 13:28:55 +0000 (UTC)
commit 10325034b8f55972fbeda739e0c26cb29ae04586
Author: Mukund Sivaraman <muks banu com>
Date: Wed Aug 31 18:50:42 2011 +0530
color-rotate: Remove redundant assignments
operations/workshop/color-rotate.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/operations/workshop/color-rotate.c b/operations/workshop/color-rotate.c
index e7d168d..307d7f9 100644
--- a/operations/workshop/color-rotate.c
+++ b/operations/workshop/color-rotate.c
@@ -291,10 +291,6 @@ color_rotate (gfloat *src,
gfloat color[4];
gint i;
- H = src[offset];
- S = src[offset + 1];
- V = src[offset + 2];
-
rgb_to_hsv (src[offset],
src[offset + 1],
src[offset + 2],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]