mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 07:48:07 +02:00
compositor: Remove unused forward declaration
We don't need to define weston_compositor_build_view_list here, as it's already defined before it's used. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
cd58c45daa
commit
760ca22e8f
1 changed files with 0 additions and 3 deletions
|
|
@ -104,9 +104,6 @@ static void
|
|||
weston_output_transform_scale_init(struct weston_output *output,
|
||||
uint32_t transform, uint32_t scale);
|
||||
|
||||
static void
|
||||
weston_compositor_build_view_list(struct weston_compositor *compositor);
|
||||
|
||||
static char *
|
||||
weston_output_create_heads_string(struct weston_output *output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue