remove unused code
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 6 Feb 2013 01:41:16 +0000 (10:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 20 Feb 2013 09:00:34 +0000 (18:00 +0900)
Change-Id: I596e180a90ccc6d1396b415c19262a56718b391c

ism/extras/efl_immodule/isf_imf_control_ui.cpp

index de1bb14..799b782 100644 (file)
@@ -90,17 +90,6 @@ static Eina_Bool _conformant_get ()
     return ecore_x_e_illume_conformant_get (active_context_window);
 }
 
-static void _conformant_reset ()
-{
-    Ecore_X_Window zone = ecore_x_e_illume_zone_get (active_context_window);
-    int scr_h;
-
-    ecore_x_window_size_get (ecore_x_window_root_first_get (), NULL, &scr_h);
-
-    ecore_x_e_virtual_keyboard_state_set (zone, ECORE_X_VIRTUAL_KEYBOARD_STATE_OFF);
-    ecore_x_e_illume_keyboard_geometry_set (zone, 0, scr_h, 0, 0);
-}
-
 static Eina_Bool _prop_change (void *data, int ev_type, void *ev)
 {
     Ecore_X_Event_Window_Property *event = (Ecore_X_Event_Window_Property *)ev;