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:
Jan Arne Petersen
2013-01-31 15:52:19 +01:00
committed by Kristian Høgsberg
parent ffbb20f730
commit f255165bd4
3 changed files with 0 additions and 32 deletions
-21
View File
@@ -335,24 +335,6 @@ text_model_keysym(void *data,
fprintf(stderr, "%s key was %s.\n", key_label, state_label);
}
static void
text_model_selection_replacement(void *data,
struct text_model *text_model)
{
}
static void
text_model_direction(void *data,
struct text_model *text_model)
{
}
static void
text_model_locale(void *data,
struct text_model *text_model)
{
}
static void
text_model_enter(void *data,
struct text_model *text_model,
@@ -389,9 +371,6 @@ static const struct text_model_listener text_model_listener = {
text_model_preedit_cursor,
text_model_modifiers_map,
text_model_keysym,
text_model_selection_replacement,
text_model_direction,
text_model_locale,
text_model_enter,
text_model_leave
};