gegl r2836 - in trunk: . operations/affine



Author: ok
Date: Wed Dec 31 01:26:14 2008
New Revision: 2836
URL: http://svn.gnome.org/viewvc/gegl?rev=2836&view=rev

Log:
* operations/affine/affine.c: (process) removed unused variable.


Modified:
   trunk/ChangeLog
   trunk/operations/affine/affine.c

Modified: trunk/operations/affine/affine.c
==============================================================================
--- trunk/operations/affine/affine.c	(original)
+++ trunk/operations/affine/affine.c	Wed Dec 31 01:26:14 2008
@@ -750,7 +750,6 @@
              affine->matrix [1][2] == (gint) affine->matrix [1][2])))
     {
       /* doing a buffer shifting trick, (enhanced nop) */
-      GeglRectangle input_rectangle = *result;
       input  = gegl_operation_context_get_source (context, "input");
 
       output = g_object_new (GEGL_TYPE_BUFFER,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]