compositor-wayland: Remove unused variable

This commit is contained in:
Benjamin Franzke 2011-01-15 12:34:50 +01:00 committed by Kristian Høgsberg
parent 503ccca5c8
commit 7c427a9481

View file

@ -60,7 +60,6 @@ struct wayland_compositor {
uint32_t event_mask; uint32_t event_mask;
} parent; } parent;
struct wl_list window_list;
struct wl_list input_list; struct wl_list input_list;
}; };