From d1f9b0c6061dc2727d99de598a951d9b1961565b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 16 Feb 2000 02:51:30 +0000 Subject: [PATCH] removed warnings --Sven --- ChangeLog | 4 ++++ plug-ins/common/unsharp.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ecd5aebcc8..3362391ab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 16 03:49:40 CET 2000 Sven Neumann + + * plug-ins/common/unsharp.c: removed warnings + Wed Feb 16 03:08:10 CET 2000 Sven Neumann * app/interface.c: new default toolbox layout: 5x5 tools diff --git a/plug-ins/common/unsharp.c b/plug-ins/common/unsharp.c index 1de8f1e213..668e034a00 100644 --- a/plug-ins/common/unsharp.c +++ b/plug-ins/common/unsharp.c @@ -282,9 +282,6 @@ unsharp_mask (GDrawable *drawable, glong width, height; glong bytes; gint x1, y1, x2, y2; - gdouble* cmatrix = NULL; - gint cmatrix_length; - gdouble* ctable; /* Get the input */ gimp_drawable_mask_bounds(drawable->id, &x1, &y1, &x2, &y2);