ime: refactoring. delete new_input_method_context event/listener
[platform/core/uifw/libds-tizen.git] / src / text_input / text_input.c
index 7a9c4f2..05adda7 100644 (file)
@@ -472,12 +472,6 @@ static const struct wl_text_input_manager_interface text_input_mgr_impl =
 };
 
 static void
-text_input_mgr_client_handle_destroy(struct wl_resource *resource)
-{
-    ds_inf("text_input_mgr_client_handle_destroy");
-}
-
-static void
 text_input_mgr_bind(struct wl_client *wl_client, void *data,
     uint32_t version, uint32_t id)
 {
@@ -495,7 +489,7 @@ text_input_mgr_bind(struct wl_client *wl_client, void *data,
         return;
     }
     wl_resource_set_implementation(resource, &text_input_mgr_impl,
-        text_input_mgr, text_input_mgr_client_handle_destroy);
+        text_input_mgr, NULL);
 }
 
 WL_EXPORT struct ds_tizen_text_input_manager *