wayland-private: Remove unused buffer fields

This commit is contained in:
Jasper St. Pierre 2013-08-28 15:28:34 -04:00
parent 7d9141c56f
commit 0697b53826

View File

@ -48,14 +48,6 @@ typedef struct
struct wl_signal destroy_signal; struct wl_signal destroy_signal;
struct wl_listener destroy_listener; struct wl_listener destroy_listener;
union
{
struct wl_shm_buffer *shm_buffer;
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
struct wl_buffer *legacy_buffer;
G_GNUC_END_IGNORE_DEPRECATIONS;
};
int32_t width, height; int32_t width, height;
uint32_t busy_count; uint32_t busy_count;
} MetaWaylandBuffer; } MetaWaylandBuffer;