ecore_imf_example: remove unnecessary code to set client window
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Aug 2015 07:11:24 +0000 (16:11 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Aug 2015 07:11:24 +0000 (16:11 +0900)
src/examples/ecore/ecore_imf_example.c

index 3acb0d2..7906d51 100644 (file)
@@ -512,7 +512,6 @@ create_input_field(Evas *evas, Entry *en, Evas_Coord x, Evas_Coord y, Evas_Coord
      }
 
    en->imf_context = ecore_imf_context_add(default_id);
-   ecore_imf_context_client_window_set(en->imf_context, (void *)ecore_evas_window_get(ecore_evas_ecore_evas_get(evas)));
    ecore_imf_context_client_canvas_set(en->imf_context, evas);
 
    // register key event handler