diff options
Diffstat (limited to 'src/wayland/meta-wayland-buffer.h')
-rw-r--r-- | src/wayland/meta-wayland-buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-buffer.h b/src/wayland/meta-wayland-buffer.h index e9b0aa2d3..dcfef2dc2 100644 --- a/src/wayland/meta-wayland-buffer.h +++ b/src/wayland/meta-wayland-buffer.h @@ -36,7 +36,6 @@ struct _MetaWaylandBuffer GObject parent; struct wl_resource *resource; - struct wl_signal destroy_signal; struct wl_listener destroy_listener; CoglTexture *texture; |