seat: remove unused surface_commit listener

This commit is contained in:
Jente Hidskes 2019-01-24 14:44:16 +01:00
parent 8cb1e5c4ef
commit 7379226bbe
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

1
seat.h
View file

@ -77,7 +77,6 @@ struct cg_drag_icon {
double x;
double y;
struct wl_listener surface_commit;
struct wl_listener destroy;
};