meta-wayland: Remove undefined variable
This commit is contained in:
parent
283649b8d7
commit
65b39212d5
@ -210,7 +210,6 @@ meta_wayland_compositor_set_input_focus (MetaWaylandCompositor *compositor,
|
||||
MetaWindow *window)
|
||||
{
|
||||
MetaWaylandSurface *surface = window ? window->surface : NULL;
|
||||
ClutterActor *window_actor = window ? CLUTTER_ACTOR (meta_window_get_compositor_private (window)) : NULL;
|
||||
|
||||
meta_wayland_keyboard_set_focus (&compositor->seat->keyboard,
|
||||
surface);
|
||||
|
Loading…
Reference in New Issue
Block a user