[gimp] noise-rgb: Drop dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] noise-rgb: Drop dead variable and assignment
- Date: Tue, 11 Oct 2011 05:03:36 +0000 (UTC)
commit 9f5665d0bdb6a09c4761671026023cf0a7f7df6a
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 11 10:13:48 2011 +0530
noise-rgb: Drop dead variable and assignment
plug-ins/common/noise-rgb.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/noise-rgb.c b/plug-ins/common/noise-rgb.c
index bb7532a..595056b 100644
--- a/plug-ins/common/noise-rgb.c
+++ b/plug-ins/common/noise-rgb.c
@@ -600,13 +600,10 @@ static void
noisify_double_adjustment_update (GtkAdjustment *adjustment,
gpointer data)
{
- GimpDrawable *drawable;
- gint n;
+ gint n;
gimp_double_adjustment_update (adjustment, data);
- drawable = g_object_get_data (G_OBJECT (adjustment), "drawable");
-
if (! nvals.independent)
{
gint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]