[gegl/soc-2012-ops] color-rotate: clean double init
- From: Hans Shu Lo <hanslo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2012-ops] color-rotate: clean double init
- Date: Fri, 29 Jun 2012 17:45:16 +0000 (UTC)
commit 4d1aa310303b4d51b6961c2eac8d5a4027e3aed8
Author: Michael Murà <batolettre gmail com>
Date: Wed May 23 21:22:46 2012 +0900
color-rotate: clean double init
operations/workshop/color-rotate.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/operations/workshop/color-rotate.c b/operations/workshop/color-rotate.c
index 4f75480..8084e3d 100644
--- a/operations/workshop/color-rotate.c
+++ b/operations/workshop/color-rotate.c
@@ -351,8 +351,6 @@ process (GeglOperation *operation,
src_buf = g_new0 (gfloat, result->width * result->height * 4);
- format = babl_format ("RGBA float");
-
gegl_buffer_get (input, result, 1.0, format, src_buf,
GEGL_AUTO_ROWSTRIDE, GEGL_ABYSS_NONE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]