summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-surface.h')
-rw-r--r--src/wayland/meta-wayland-surface.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wayland/meta-wayland-surface.h b/src/wayland/meta-wayland-surface.h
index 105a449b0..6288d678c 100644
--- a/src/wayland/meta-wayland-surface.h
+++ b/src/wayland/meta-wayland-surface.h
@@ -36,16 +36,6 @@ struct _MetaWaylandSerial {
uint32_t value;
};
-struct _MetaWaylandBuffer
-{
- struct wl_resource *resource;
- struct wl_signal destroy_signal;
- struct wl_listener destroy_listener;
-
- CoglTexture *texture;
- uint32_t ref_count;
-};
-
typedef struct
{
/* wl_surface.attach */