compositor: Drop unused wlsc_output field 'background'

This commit is contained in:
Kristian Høgsberg
2011-11-15 11:57:54 -05:00
parent 8c19645e69
commit 3164c946ac
-1
View File
@@ -68,7 +68,6 @@ struct wlsc_output {
struct wl_resource resource;
struct wl_list link;
struct wlsc_compositor *compositor;
struct wlsc_surface *background;
struct wlsc_matrix matrix;
struct wl_list frame_callback_list;
int32_t x, y, mm_width, mm_height;