shell: Remove shell_util_text_insert_keyval()
It is now unused.
This commit is contained in:
parent
c3e68955e3
commit
284cbf3ea7
@ -393,18 +393,6 @@ shell_util_need_background_refresh (void)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
shell_util_text_insert_keyval (ClutterActor *actor,
|
|
||||||
guint keyval)
|
|
||||||
{
|
|
||||||
ClutterEvent event = { 0 };
|
|
||||||
|
|
||||||
event.type = CLUTTER_KEY_PRESS;
|
|
||||||
event.key.keyval = keyval;
|
|
||||||
|
|
||||||
clutter_actor_event (actor, &event, FALSE);
|
|
||||||
}
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
canvas_draw_cb (ClutterContent *content,
|
canvas_draw_cb (ClutterContent *content,
|
||||||
cairo_t *cr,
|
cairo_t *cr,
|
||||||
|
@ -48,9 +48,6 @@ void shell_util_cursor_tracker_to_clutter (MetaCursorTracker *tracker,
|
|||||||
|
|
||||||
gboolean shell_util_need_background_refresh (void);
|
gboolean shell_util_need_background_refresh (void);
|
||||||
|
|
||||||
void shell_util_text_insert_keyval (ClutterActor *actor,
|
|
||||||
guint keyval);
|
|
||||||
|
|
||||||
ClutterContent * shell_util_get_content_for_window_actor (MetaWindowActor *window_actor,
|
ClutterContent * shell_util_get_content_for_window_actor (MetaWindowActor *window_actor,
|
||||||
MetaRectangle *window_rect);
|
MetaRectangle *window_rect);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user