mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
Remove useless return statement
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
6b32af3e17
commit
67eb0edb62
@ -463,7 +463,6 @@ static void display_channel_create_stream(DisplayChannel *display, Drawable *dra
|
||||
stream->height, stream->dest_area.left, stream->dest_area.top,
|
||||
stream->dest_area.right, stream->dest_area.bottom,
|
||||
stream->input_fps);
|
||||
return;
|
||||
}
|
||||
|
||||
// returns whether a stream was created
|
||||
|
||||
Loading…
Reference in New Issue
Block a user