ecore_imf_example: remove unnecessary code to set client window

This commit is contained in:
Jihoon Kim 2015-08-20 16:11:24 +09:00
parent 6a7e595bf6
commit ac2b12b3d0
1 changed files with 0 additions and 1 deletions

View 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