mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
display-channel: Remove some useless function declarations
"image_surfaces_get" and "drawables_init" are already defined in the same file earlier. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
a68fd56b41
commit
7eb321c1bb
@ -2263,8 +2263,6 @@ DisplayChannel* display_channel_new(RedsState *reds,
|
||||
return display;
|
||||
}
|
||||
|
||||
static SpiceCanvas *image_surfaces_get(SpiceImageSurfaces *surfaces, uint32_t surface_id);
|
||||
static void drawables_init(DisplayChannel *display);
|
||||
static void
|
||||
display_channel_init(DisplayChannel *self)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user