From 65b39212d54c5650dde2aa263f568a011d7f3d13 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 5 Dec 2013 18:32:11 -0500 Subject: [PATCH] meta-wayland: Remove undefined variable --- src/wayland/meta-wayland.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c index a6b24368e..4cee683cc 100644 --- a/src/wayland/meta-wayland.c +++ b/src/wayland/meta-wayland.c @@ -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);