text: Remove unused requests/events
Put them back in, when we know what arguments they will have. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
ffbb20f730
commit
f255165bd4
@@ -225,12 +225,6 @@ text_model_set_micro_focus(struct wl_client *client,
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
text_model_set_preedit(struct wl_client *client,
|
||||
struct wl_resource *resource)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
text_model_set_content_type(struct wl_client *client,
|
||||
struct wl_resource *resource,
|
||||
@@ -269,7 +263,6 @@ static const struct text_model_interface text_model_implementation = {
|
||||
text_model_deactivate,
|
||||
text_model_reset,
|
||||
text_model_set_micro_focus,
|
||||
text_model_set_preedit,
|
||||
text_model_set_content_type,
|
||||
text_model_invoke_action
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user