removed warnings

--Sven
This commit is contained in:
Sven Neumann 2000-02-16 02:51:30 +00:00
parent 1cfe0c3cdb
commit d1f9b0c606
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 16 03:49:40 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/common/unsharp.c: removed warnings
Wed Feb 16 03:08:10 CET 2000 Sven Neumann <sven@gimp.org>
* app/interface.c: new default toolbox layout: 5x5 tools

View File

@ -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);