From ce529a9d77d6ff00939b061e5a4acd92aab2c61b Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Mon, 17 Feb 2014 10:11:31 +0800 Subject: [PATCH] No need to conditionally invoke UG_INIT_EFL() Since UG_INIT_EFL() is not X-specific anymore, no need to add "#ifndef WAYLAND" before invoking it. Change-Id: Iceab4239234448baea21e6aebded79a72b994a92 Signed-off-by: Alex Wu --- client/ug-client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/ug-client.c b/client/ug-client.c index 0c79d1e..565ea25 100644 --- a/client/ug-client.c +++ b/client/ug-client.c @@ -321,9 +321,7 @@ static int app_create(void *data) return -1; ad->win = win; -#ifndef WAYLAND UG_INIT_EFL(ad->win, UG_OPT_INDICATOR_ENABLE); -#endif bg = elm_bg_add(win); evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- 2.7.4