diff options
author | Dan Winship <danw@gnome.org> | 2012-10-22 19:00:13 +0200 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-10-22 19:00:13 +0200 |
commit | 07ad1e0728553817e7b9be9b4d192383760c201e (patch) | |
tree | 1897d05ab259fdaa31877ab90f804201af785999 /tests/test-utils.c | |
parent | e9ce1914f50a46db28ed6a9878f8cf12ea8938bd (diff) | |
download | libsoup-07ad1e0728553817e7b9be9b4d192383760c201e.tar.gz libsoup-07ad1e0728553817e7b9be9b4d192383760c201e.tar.bz2 libsoup-07ad1e0728553817e7b9be9b4d192383760c201e.zip |
Remove now-unnecessary g_type_init() calls
Diffstat (limited to 'tests/test-utils.c')
-rw-r--r-- | tests/test-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-utils.c b/tests/test-utils.c index c34b0b71..fc5b18d3 100644 --- a/tests/test-utils.c +++ b/tests/test-utils.c @@ -82,7 +82,6 @@ test_init (int argc, char **argv, GOptionEntry *entries) GTlsBackend *tls_backend; setlocale (LC_ALL, ""); - g_type_init (); name = strrchr (argv[0], '/'); if (!name++) |