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:
Frediano Ziglio 2019-06-27 10:03:37 +01:00
parent a68fd56b41
commit 7eb321c1bb

View File

@ -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)
{