[PATCH weston] Remove unused enum.

Scott Moreau oreaus at gmail.com
Wed Aug 15 23:18:41 PDT 2012


---
 src/compositor.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/compositor.h b/src/compositor.h
index f856418..d47fe1b 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -351,10 +351,6 @@ struct weston_compositor {
 	struct weston_xkb_info xkb_info;
 };
 
-enum weston_output_flags {
-	WL_OUTPUT_FLIPPED = 0x01
-};
-
 struct weston_region {
 	struct wl_resource resource;
 	pixman_region32_t region;
-- 
1.7.11.2



More information about the wayland-devel mailing list