From 87493929b4b20cf45cd031f9af27457012a93b38 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 11 Oct 2018 10:51:29 +0100 Subject: [PATCH] client_demarshallers: Remove SPICE protocol 1 declaration spice_get_server_channel_parser1 function was removed. Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- common/client_demarshallers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/client_demarshallers.h b/common/client_demarshallers.h index af095a0..43c7e7d 100644 --- a/common/client_demarshallers.h +++ b/common/client_demarshallers.h @@ -27,7 +27,6 @@ typedef uint8_t * (*spice_parse_channel_func_t)(uint8_t *message_start, uint8_t size_t *size_out, message_destructor_t *free_message); spice_parse_channel_func_t spice_get_server_channel_parser(uint32_t channel, unsigned int *max_message_type); -spice_parse_channel_func_t spice_get_server_channel_parser1(uint32_t channel, unsigned int *max_message_type); SPICE_END_DECLS