devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3d1bbbf6e48bd0ae5d8f0b97755ea20590849973
commit 3d1bbbf6e48bd0ae5d8f0b97755ea20590849973 Author: Chris Michael <cp.mich...@samsung.com> Date: Thu Mar 6 12:42:57 2014 +0000 elm: Remove unused variables Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/lib/elc_ctxpopup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 979f622..6527192 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -778,8 +778,6 @@ _elm_ctxpopup_smart_theme(Eo *obj, void *_pd, va_list *list) static void _elm_ctxpopup_smart_content_set(Eo *obj, void *_pd, va_list *list) { - Evas_Coord min_w = -1, min_h = -1; - Elm_Ctxpopup_Smart_Data *sd = _pd; const char *part = va_arg(*list, const char *); Evas_Object *content = va_arg(*list, Evas_Object *); --