diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2016-03-15 12:46:06 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-03-29 18:02:31 +0800 |
commit | aa7bc501d59feff5fbf2fd50edf0bb06948df90f (patch) | |
tree | 5ef421e2d13e59868afb13ad63b2660f12283eca /src/wayland/meta-wayland-buffer.h | |
parent | 623eb6eacce6e30dd3f7e51066a02dc43f5310ab (diff) | |
download | mutter-aa7bc501d59feff5fbf2fd50edf0bb06948df90f.tar.gz |
wayland: Replace buffer destroy wl_signal with a GObject signal
Don't use the libwayland-* utilities when we have our own that do the
same thing.
https://bugzilla.gnome.org/show_bug.cgi?id=762828
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; |