tests/screen-cast-client: Remove incorrect 'unused' annotations
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4065>
This commit is contained in:
parent
b78eda1b73
commit
0808c4cf52
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user