[Spice-commits] server/display-channel.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Jun 27 09:58:21 UTC 2019
server/display-channel.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7eb321c1bb41251be43e5a3f3c8c60250da80c8f
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Thu Jun 27 10:03:37 2019 +0100
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 at redhat.com>
Acked-by: Uri Lublin <uril at redhat.com>
diff --git a/server/display-channel.c b/server/display-channel.c
index 7ddd44c1..a60743dc 100644
--- a/server/display-channel.c
+++ b/server/display-channel.c
@@ -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)
{
More information about the Spice-commits
mailing list