elm_main: Remove useless shadowing variable

This commit is contained in:
Jean-Philippe Andre 2016-06-27 16:40:59 +09:00
parent 79bca9fb17
commit 6250cfc39d
1 changed files with 0 additions and 2 deletions

View File

@ -1124,8 +1124,6 @@ elm_quicklaunch_fork(int argc,
if (qre_main)
{
int ret = 0;
eo_event_callback_add(ecore_main_loop_get(), EFL_LOOP_EVENT_ARGUMENTS, qre_main, NULL);
ret = efl_loop_begin(ecore_main_loop_get());
elm_shutdown();