Remove unused variable

SVN revision: 53461
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-15 17:28:55 +00:00
parent bf880009a3
commit 1a2519d253
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ elm_pager_content_top_get(const Evas_Object *obj)
{
ELM_CHECK_WIDTYPE(obj, widtype) NULL;
Widget_Data *wd = elm_widget_data_get(obj);
Item *it;
if (!wd) return NULL;
if (!wd->top) return NULL;
return wd->top->content;