Fix logically dead code.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 20 Mar 2014 05:12:16 +0000 (07:12 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 20 Mar 2014 05:33:55 +0000 (07:33 +0200)
commit71ae620ea92301ed266f597e457d167e77bbe865
treea37ad13bf522170e84af9851e34be8d9eab2d21b
parent5320cca5ff5994cd14fe7ef7f85571a41c4d820b
Fix logically dead code.

CID 1193237

Before Eolian, a Eina_List ** was used and checking ret value was
mandatory. Now that we have a normal Eina_List *, we don't need to check
that anymore.
src/lib/elm_layout.c