[mutter/wayland] meta-wayland: Remove undefined variable



commit 65b39212d54c5650dde2aa263f568a011d7f3d13
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Dec 5 18:32:11 2013 -0500

    meta-wayland: Remove undefined variable

 src/wayland/meta-wayland.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index a6b2436..4cee683 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]