[mutter/wip/wayland] shaped-texture: remove leftover build warning



commit 7887b74de301c7085bae69e7889c9721f273ac1e
Author: Robert Bragg <robert linux intel com>
Date:   Fri Jun 28 23:50:56 2013 +0100

    shaped-texture: remove leftover build warning
    
    This removes a leftover debug build warning
    
    TODO: squash back into:
      "wayland: Adds basic hybrid X + Wayland support"

 src/compositor/meta-shaped-texture.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c
index 93d6eeb..372245a 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -89,8 +89,6 @@ struct _MetaShapedTexturePrivate
 #ifdef HAVE_WAYLAND
     struct {
       MetaWaylandSurface *surface;
-#warning "FIXME: now that we track the surface we don't need to track the buffer separately"
-      //struct wl_buffer *buffer;
     } wayland;
 #endif
   };


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