summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-03-06 12:42:57 +0000
committerChris Michael <cp.michael@samsung.com>2014-03-06 12:42:57 +0000
commit3d1bbbf6e48bd0ae5d8f0b97755ea20590849973 (patch)
treeb6b58a91a8863b020349d4ce7fd8350f2727fb0b
parent5eaa275670a76037c1d13caea76f02edfc5cf2ba (diff)
downloadelementary-3d1bbbf6e48bd0ae5d8f0b97755ea20590849973.tar.gz
elm: Remove unused variables
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/elc_ctxpopup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c
index 979f62235..65271928a 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 *);