elm_main: Remove useless shadowing variable
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 07:40:59 +0000 (16:40 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 07:40:59 +0000 (16:40 +0900)
src/lib/elementary/elm_main.c

index 3f7e152..636d57e 100644 (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();