compositor: Remove a few leftover screenshooter declarations

This commit is contained in:
Kristian Høgsberg 2012-05-14 15:23:50 -04:00
parent f7e498cb89
commit c2d16000b9

View file

@ -186,8 +186,6 @@ enum {
WESTON_COMPOSITOR_SLEEPING /* no rendering, no frame events */
};
struct screenshooter;
struct weston_layer {
struct wl_list surface_list;
struct wl_list link;
@ -262,7 +260,6 @@ struct weston_compositor {
void (*ping_handler)(struct weston_surface *surface, uint32_t serial);
struct screenshooter *screenshooter;
int launcher_sock;
uint32_t output_id_pool;