[mutter/wayland] wayland-private: Remove unused buffer fields



commit 0697b5382639ec633125384e7a8962a8c3dd9256
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Aug 28 15:28:34 2013 -0400

    wayland-private: Remove unused buffer fields

 src/wayland/meta-wayland-private.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/wayland/meta-wayland-private.h b/src/wayland/meta-wayland-private.h
index 40fc88a..e470dfa 100644
--- a/src/wayland/meta-wayland-private.h
+++ b/src/wayland/meta-wayland-private.h
@@ -48,14 +48,6 @@ typedef struct
   struct wl_signal destroy_signal;
   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;
   uint32_t busy_count;
 } MetaWaylandBuffer;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]