Removing unused var. auto-SPANK
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Fri, 10 Dec 2010 17:16:59 +0000 (17:16 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Fri, 10 Dec 2010 17:16:59 +0000 (17:16 +0000)
SVN revision: 55457

src/lib/elm_win.c

index dda6461..9241bce 100644 (file)
@@ -2297,7 +2297,6 @@ static Eina_Bool
 _elm_inwin_focus_next_hook(const Evas_Object *obj, Elm_Focus_Direction dir, Evas_Object **next)
 {
    Widget_Data *wd = elm_widget_data_get(obj);
-   Evas_Object *cur;
 
    if (!wd)
      return EINA_FALSE;