summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-11-06 22:16:30 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-11-06 22:16:30 +0900
commitd437249171029cca0cad108571f67dc5f4ada3d9 (patch)
treeb328d6f2c4498741aa4ddcbf1b7485914ece4009
parentea4a9653e2eb57681dc1fbadc8e1fdd55cbc77b8 (diff)
downloadlivebox-edje-d437249171029cca0cad108571f67dc5f4ada3d9.tar.gz
livebox-edje-d437249171029cca0cad108571f67dc5f4ada3d9.tar.bz2
livebox-edje-d437249171029cca0cad108571f67dc5f4ada3d9.zip
Remove unused variables
Change-Id: Ie7703ef202b5926b997c2e65c5001b3abea8e45a
-rw-r--r--src/script_port.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script_port.c b/src/script_port.c
index 262d9d5..e401356 100644
--- a/src/script_port.c
+++ b/src/script_port.c
@@ -227,10 +227,9 @@ static void access_del_cb(void *_info, Evas *e, Evas_Object *ao, void *event_inf
{
struct info *handle = _info;
Evas_Object *edje_part;
- Evas_Object *edje;
edje_part = evas_object_data_del(ao, "edje,part");
- edje = evas_object_data_del(ao, "edje");
+ (void)evas_object_data_del(ao, "edje");
(void)evas_object_data_del(edje_part, "ao");
handle->access_chain = eina_list_remove(handle->access_chain, edje_part);