test_naviframe_complex.c: removed unused pointer value which was spotted by coverity. CID 1039976.

This commit is contained in:
Daniel Juyung Seo 2013-07-06 03:12:44 +09:00
parent 5ca3ca7124
commit 9ef0df6010
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ test_naviframe_complex(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void
evas_object_data_set(o, "page1", elm_naviframe_item_push(o, "Page 1", NULL, btn, content, NULL));
it = elm_naviframe_item_simple_push(nf, o);
it = elm_toolbar_item_append(tb, NULL, label[x], _promote, it);
elm_toolbar_item_append(tb, NULL, label[x], _promote, it);
evas_object_show(o);
}