libweston: unexport weston_compositor_add_output()
Only used by weston_output_enable(). Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
This commit is contained in:
parent
ee16ea95bc
commit
f9681b564d
@ -4474,7 +4474,7 @@ weston_output_move(struct weston_output *output, int x, int y)
|
||||
*
|
||||
* \internal
|
||||
*/
|
||||
WL_EXPORT void
|
||||
static void
|
||||
weston_compositor_add_output(struct weston_compositor *compositor,
|
||||
struct weston_output *output)
|
||||
{
|
||||
|
@ -1718,9 +1718,6 @@ weston_output_update_matrix(struct weston_output *output);
|
||||
void
|
||||
weston_output_move(struct weston_output *output, int x, int y);
|
||||
|
||||
void
|
||||
weston_compositor_add_output(struct weston_compositor *compositor,
|
||||
struct weston_output *output);
|
||||
void
|
||||
weston_output_destroy(struct weston_output *output);
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user