diff --git a/ChangeLog b/ChangeLog index 92a716b887..0aaaa16cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2004-08-06 Sven Neumann + + * plug-ins/common/depthmerge.c: + * plug-ins/common/despeckle.c: removed unused variables. + 2004-08-06 DindinX * plug-ins/common/flarefx.c: ported to GimpPreviewArea (from - GimpPreviewArea) + GimpOldPreview) 2004-08-06 Sven Neumann diff --git a/plug-ins/common/depthmerge.c b/plug-ins/common/depthmerge.c index dedaddf452..dfd15747b0 100644 --- a/plug-ins/common/depthmerge.c +++ b/plug-ins/common/depthmerge.c @@ -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); diff --git a/plug-ins/common/despeckle.c b/plug-ins/common/despeckle.c index b1b6783ccb..e7bb4def76 100644 --- a/plug-ins/common/despeckle.c +++ b/plug-ins/common/despeckle.c @@ -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); /*