mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 04:02:36 +00:00
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)
|
MetaWindow *window)
|
||||||
{
|
{
|
||||||
MetaWaylandSurface *surface = window ? window->surface : NULL;
|
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,
|
meta_wayland_keyboard_set_focus (&compositor->seat->keyboard,
|
||||||
surface);
|
surface);
|
||||||
|
Loading…
Reference in New Issue
Block a user