[gimp] contrast-retinex: Remove dead assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] contrast-retinex: Remove dead assignment
- Date: Mon, 3 Oct 2011 13:46:46 +0000 (UTC)
commit c149d17a16b7c070df0a263537dc62f2e2febb54
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 19:15:00 2011 +0530
contrast-retinex: Remove dead assignment
plug-ins/common/contrast-retinex.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/contrast-retinex.c b/plug-ins/common/contrast-retinex.c
index 2f565a1..52d20fa 100644
--- a/plug-ins/common/contrast-retinex.c
+++ b/plug-ins/common/contrast-retinex.c
@@ -519,8 +519,6 @@ compute_coefs3 (gauss3_coefs *c, gfloat sigma)
*/
gfloat q, q2, q3;
- q = 0;
-
if (sigma >= 2.5)
{
q = 0.98711 * sigma - 0.96330;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]