Use the new g_strv_contains
[platform/upstream/glib.git] / gio / tests / echo-server.c
index c0a1997..7634b5b 100644 (file)
@@ -42,8 +42,6 @@ main (int argc, char *argv[])
   GOptionContext *context;
   GError *error = NULL;
 
-  g_type_init ();
-
   context = g_option_context_new (" - Test GSocket server stuff");
   g_option_context_add_main_entries (context, cmd_entries, NULL);
   if (!g_option_context_parse (context, &argc, &argv, &error))