pointer/keyboard: Remove focus_resource_listener

In order to support multiple pointers for the same client, we're
going to need to kill it.

This will cause crashes for now, but will be fixed by the next
commit.
This commit is contained in:
Jasper St. Pierre
2014-04-16 14:41:18 -04:00
parent edfaf3de49
commit f1034d0459
4 changed files with 0 additions and 34 deletions

View File

@@ -49,7 +49,6 @@ struct _MetaWaylandPointer
MetaWaylandSurface *focus_surface;
struct wl_listener focus_surface_listener;
struct wl_resource *focus_resource;
struct wl_listener focus_resource_listener;
guint32 focus_serial;
guint32 click_serial;