summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-11-25 10:57:32 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-11-25 10:57:32 +0900
commite99b988250767f34e5e5ab0703a8a36ecf7502cc (patch)
tree480fb7c26f7a5e7b781983c91fcf450fccec25ee
parent5fcb8260f79b3a76ca3928ee8e8a11c187bded9d (diff)
downloadapp-core-e99b988250767f34e5e5ab0703a8a36ecf7502cc.tar.gz
app-core-e99b988250767f34e5e5ab0703a8a36ecf7502cc.tar.bz2
app-core-e99b988250767f34e5e5ab0703a8a36ecf7502cc.zip
Remove checking elm init count
Change-Id: Ie850d8d4201ad2d2a2cb7b6d228eb9ffaf4f7b3e Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--src/appcore-efl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/appcore-efl.c b/src/appcore-efl.c
index b70ee32..b9f062a 100644
--- a/src/appcore-efl.c
+++ b/src/appcore-efl.c
@@ -1075,8 +1075,7 @@ static void __after_loop(struct ui_priv *ui)
__appcore_timer_del(ui);
- /* Check the launchpad-loader case */
- while (elm_shutdown() > 0);
+ elm_shutdown();
}
static int __set_data(struct ui_priv *ui, const char *name,