summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/ug-client.c2
1 files changed, 0 insertions, 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);