From cd7ac1511fa3abbfc2d8bc2c85832bb0ebba1372 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 26 Apr 2011 06:53:52 +0000 Subject: [PATCH] elementary / ctxpopup - just removed a empty line SVN revision: 58919 --- legacy/elementary/src/lib/elc_ctxpopup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index fbd35dd8f2..e37d91f8df 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -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; }