[Spice-devel] [PATCH spice-gtk 3/3] channel-display: Remove deprecated init functions
Marc-André Lureau
mlureau at redhat.com
Mon Jun 13 10:03:46 UTC 2016
Hi
----- Original Message -----
> They are called at the construct time since spice-common commit:
> 5b6be16b37370bb774aa3c2a7d5c41791fdc3a1e
Ok, ack then (imho the old functions should have been dropped in this commit, we don't need to have API/ABI stability in spice-common)
> ---
> src/channel-display.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/src/channel-display.c b/src/channel-display.c
> index 22e64e2..cf9c583 100644
> --- a/src/channel-display.c
> +++ b/src/channel-display.c
> @@ -451,9 +451,6 @@ static void
> spice_display_channel_class_init(SpiceDisplayChannelClass *klass)
>
> g_type_class_add_private(klass, sizeof(SpiceDisplayChannelPrivate));
>
> - sw_canvas_init();
> - quic_init();
> - rop3_init();
> channel_set_handlers(SPICE_CHANNEL_CLASS(klass));
> }
>
> --
> 2.8.4
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
More information about the Spice-devel
mailing list