gimp r26406 - in trunk: . app/core



Author: neo
Date: Wed Aug  6 19:42:52 2008
New Revision: 26406
URL: http://svn.gnome.org/viewvc/gimp?rev=26406&view=rev

Log:
2008-08-06  Sven Neumann  <sven gimp org>

	* app/core/gimpdrawable-shadow.c: removed unused include.



Modified:
   trunk/ChangeLog
   trunk/app/core/gimpdrawable-shadow.c

Modified: trunk/app/core/gimpdrawable-shadow.c
==============================================================================
--- trunk/app/core/gimpdrawable-shadow.c	(original)
+++ trunk/app/core/gimpdrawable-shadow.c	Wed Aug  6 19:42:52 2008
@@ -27,7 +27,6 @@
 
 #include "gimpdrawable.h"
 #include "gimpdrawable-shadow.h"
-#include "gimpimage.h"
 
 
 TileManager *
@@ -96,6 +95,7 @@
 
       pixel_region_init (&shadowPR, drawable->shadow,
                          x, y, width, height, FALSE);
+
       gimp_drawable_apply_region (drawable, &shadowPR,
                                   push_undo, undo_desc,
                                   GIMP_OPACITY_OPAQUE, GIMP_REPLACE_MODE,



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