[mutter] wayland-pointer: Remove useless initialization



commit 21d7c1a850613762f567659708776be2785c0582
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 11 15:15:15 2014 -0400

    wayland-pointer: Remove useless initialization
    
    There is no way this value will ever be read, because we set the
    cursor_surface to NULL, this is set at the same time as cursor_surface,
    and it's only read if cursor_surface is non-NULL.

 src/wayland/meta-wayland-pointer.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c
index a4a5f05..136d640 100644
--- a/src/wayland/meta-wayland-pointer.c
+++ b/src/wayland/meta-wayland-pointer.c
@@ -200,8 +200,6 @@ meta_wayland_pointer_init (MetaWaylandPointer *pointer,
 
   pointer->cursor_surface = NULL;
   pointer->cursor_surface_destroy_listener.notify = pointer_handle_cursor_surface_destroy;
-  pointer->hotspot_x = 16;
-  pointer->hotspot_y = 16;
 
   pointer->default_grab.interface = &default_pointer_grab_interface;
   pointer->default_grab.pointer = pointer;


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