Remove unnecessary ecore_init()
authorHyungju Lee <leee.lee@samsung.com>
Mon, 23 Mar 2020 00:07:00 +0000 (09:07 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 23 Mar 2020 03:43:05 +0000 (12:43 +0900)
Change-Id: I8b882808784f8d5bf2fa6833073742fc9f1d447f

NativeLauncher/launcher/launcher.cc

index 93494e0..7af7576 100644 (file)
@@ -214,7 +214,6 @@ int LaunchpadAdapterImpl::loaderMain(int argc, char* argv[])
        };
 
        adapter.loop_begin = [](void *data) {
-               ecore_init();
                ecore_main_loop_begin();
        };