[navigationbar]: removed un-necessary NULL checks.
authorshilpa singh <shilpa.singh@samsung.com>
Mon, 27 Dec 2010 11:41:17 +0000 (17:11 +0530)
committershilpa singh <shilpa.singh@samsung.com>
Mon, 27 Dec 2010 11:41:17 +0000 (17:11 +0530)
src/lib/elm_navigationbar.c

index 3f87774..7a867b9 100644 (file)
@@ -891,7 +891,6 @@ elm_navigationbar_title_object_list_unset(Evas_Object *obj, Evas_Object *content
      {
         last_it = ll->data;
      }
-   if (!wd) return;
    EINA_LIST_FOREACH(wd->stack, ll, it)
      {
         if (it->content == content)