elementary / ctxpopup - just removed a empty line

SVN revision: 58919
This commit is contained in:
ChunEon Park 2011-04-26 06:53:52 +00:00
parent ef4eddd61b
commit cd7ac1511f
1 changed files with 0 additions and 1 deletions

View File

@ -1349,7 +1349,6 @@ EAPI Eina_Bool
elm_ctxpopup_item_disabled_get(const Elm_Ctxpopup_Item *item)
{
ELM_CTXPOPUP_ITEM_CHECK_RETURN(item, EINA_FALSE);
return item->disabled;
}