removed unused variables.
2004-08-06 Sven Neumann <sven@gimp.org> * plug-ins/common/depthmerge.c: * plug-ins/common/despeckle.c: removed unused variables.
This commit is contained in:

committed by
Sven Neumann

parent
a560d35e23
commit
8651be295e
@ -1,7 +1,12 @@
|
||||
2004-08-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/depthmerge.c:
|
||||
* plug-ins/common/despeckle.c: removed unused variables.
|
||||
|
||||
2004-08-06 DindinX <david@dindinx.org>
|
||||
|
||||
* plug-ins/common/flarefx.c: ported to GimpPreviewArea (from
|
||||
GimpPreviewArea)
|
||||
GimpOldPreview)
|
||||
|
||||
2004-08-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
@ -791,8 +791,6 @@ DepthMerge_dialog (DepthMerge *dm)
|
||||
void
|
||||
DepthMerge_buildPreviewSourceImage (DepthMerge *dm)
|
||||
{
|
||||
int x;
|
||||
|
||||
dm->interface->previewSource1 =
|
||||
g_new(guchar, dm->interface->previewWidth *
|
||||
dm->interface->previewHeight * 4);
|
||||
|
@ -835,8 +835,7 @@ preview_update (void)
|
||||
radius, /* Current radius */
|
||||
hist0, /* Histogram count for 0 values */
|
||||
hist255; /* Histogram count for 255 values */
|
||||
guchar *rgba, /* Output image */
|
||||
*rgba_ptr; /* Pixel pointer for output */
|
||||
guchar *rgba; /* Output image */
|
||||
|
||||
rgba = g_new (guchar, PREVIEW_SIZE * PREVIEW_SIZE * img_bpp);
|
||||
/*
|
||||
|
Reference in New Issue
Block a user