[gimp] noise-randomize: Delete dead assignment and variable
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] noise-randomize: Delete dead assignment and variable
- Date: Tue, 4 Oct 2011 09:27:25 +0000 (UTC)
commit c87e232f57819e6766f54537c2e71bba9eb22313
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 14:34:29 2011 +0530
noise-randomize: Delete dead assignment and variable
plug-ins/common/noise-randomize.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/noise-randomize.c b/plug-ins/common/noise-randomize.c
index 1c8cbe7..c439801 100644
--- a/plug-ins/common/noise-randomize.c
+++ b/plug-ins/common/noise-randomize.c
@@ -482,7 +482,6 @@ randomize (GimpDrawable *drawable,
gint row, col;
gint x1, y1, x2, y2;
gint cnt;
- gint has_alpha;
gint i, j, k;
if (preview)
@@ -500,7 +499,6 @@ randomize (GimpDrawable *drawable,
}
bytes = drawable->bpp;
- has_alpha = gimp_drawable_has_alpha(drawable->drawable_id);
/*
* allocate row buffers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]