From de39c5f662270df0cebd030fb1527a4a9da12804 Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 21 Aug 2006 16:38:47 +0000 Subject: [PATCH] Remove unused variable. SVN revision: 25014 --- src/bin/e_widget_color_well.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_widget_color_well.c b/src/bin/e_widget_color_well.c index 8d53434e4..dd19adf28 100644 --- a/src/bin/e_widget_color_well.c +++ b/src/bin/e_widget_color_well.c @@ -71,8 +71,7 @@ static void _e_wid_del_hook(Evas_Object *obj) { E_Widget_Data *wd; - int i; - + wd = e_widget_data_get(obj); if (!wd) return;