From 243f59f5bb91f50caaf6828bafeee74fa397d433 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Thu, 16 Aug 2012 00:18:41 -0600 Subject: [PATCH] Remove unused enum. --- src/compositor.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compositor.h b/src/compositor.h index 7a8058e0b..b8e767dbc 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;