[Spice-devel] [PATCH spice-gtk 3/3] channel-display: Remove deprecated init functions

Pavel Grunt pgrunt at redhat.com
Mon Jun 13 09:35:01 UTC 2016


They are called at the construct time since spice-common commit:
5b6be16b37370bb774aa3c2a7d5c41791fdc3a1e
---
 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



More information about the Spice-devel mailing list