tests/screen-cast-client: Remove incorrect 'unused' annotations

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4065>
This commit is contained in:
Jonas Ådahl 2024-10-02 16:36:55 +02:00 committed by Marge Bot
parent b78eda1b73
commit 0808c4cf52

View File

@ -448,14 +448,14 @@ stream_wait_for_cursor_position (Stream *stream,
g_main_context_iteration (NULL, TRUE);
}
static G_GNUC_UNUSED void
static void
stream_wait_for_streaming (Stream *stream)
{
while (stream->state != PW_STREAM_STATE_STREAMING)
g_main_context_iteration (NULL, TRUE);
}
static G_GNUC_UNUSED void
static void
stream_wait_for_render (Stream *stream)
{
int initial_buffer_count = stream->buffer_count;