mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 06:48:04 +02:00
compositor: Remove a few leftover screenshooter declarations
This commit is contained in:
parent
f7e498cb89
commit
c2d16000b9
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue