pointer: Remove focus listener

It's added too late to matter -- by the time we've destroyed the
resource, we've already repicked and re-set the focus.
This commit is contained in:
Jasper St. Pierre
2013-11-19 20:16:28 -05:00
parent 2f14b5cc3f
commit a8ac2cc275
2 changed files with 0 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ struct _MetaWaylandPointer
struct wl_list resource_list;
MetaWaylandSurface *focus;
struct wl_resource *focus_resource;
struct wl_listener focus_listener;
guint32 focus_serial;
guint32 click_serial;