summaryrefslogtreecommitdiffstats
path: root/src/controller/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/test.c')
-rw-r--r--src/controller/test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controller/test.c b/src/controller/test.c
index c08fe21..9a45581 100644
--- a/src/controller/test.c
+++ b/src/controller/test.c
@@ -212,9 +212,6 @@ int main (int argc, char *argv[])
ControllerValue msg;
ssize_t read;
-#if !GLIB_CHECK_VERSION(2,36,0)
- g_type_init ();
-#endif
ctrl = spice_ctrl_controller_new ();
loop = g_main_loop_new (NULL, FALSE);
g_signal_connect (ctrl, "notify", G_CALLBACK (notified), NULL);