Remove unnecessary function call 90/281290/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 15 Sep 2022 08:00:03 +0000 (08:00 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 15 Sep 2022 08:00:03 +0000 (08:00 +0000)
Calling ecore_shutdown() is removed.

Change-Id: I434f78d425c3d8b0959f667f21a6a12b7ac11392
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-ui-cpp/app_core_ui_base.cc

index 0cf24a8..5733b83 100644 (file)
@@ -436,9 +436,6 @@ void AppCoreUiBase::DoExit() {
 
 void AppCoreUiBase::Impl::Run(int argc, char** argv) {
   if (hint_ & HINT_DUAL_THREAD) {
-    // For the loader case
-    while (ecore_shutdown() != 0);
-
     service_ = parent_->CreateTask();
     context_ = g_main_context_new();
     std::string env = std::to_string(