diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-11-06 21:18:47 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-11-06 21:18:47 +0800 |
commit | b867105b1f4e0d60496266c9dc80d4f2926b78f7 (patch) | |
tree | 7c86db5bfd60d6b016ad921188c6cd49914d170b /tests | |
parent | 54f4c695ea937cbd16a2bbad1d0a67b33fc3d87a (diff) | |
download | gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar.gz gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar.bz2 gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar.lz gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar.xz gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.tar.zst gsoc2013-epiphany-b867105b1f4e0d60496266c9dc80d4f2926b78f7.zip |
Remove g_thread_init calls
They are not needed anymore.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-download.c | 1 | ||||
-rw-r--r-- | tests/ephy-embed-single.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/ephy-download.c b/tests/ephy-download.c index 94445feaf..6737123f1 100644 --- a/tests/ephy-download.c +++ b/tests/ephy-download.c @@ -169,7 +169,6 @@ main (int argc, char *argv[]) SoupServer *server; gtk_test_init (&argc, &argv); - g_thread_init (NULL); ephy_debug_init (); ephy_embed_prefs_init (); diff --git a/tests/ephy-embed-single.c b/tests/ephy-embed-single.c index 555723c2a..8a90c12a7 100644 --- a/tests/ephy-embed-single.c +++ b/tests/ephy-embed-single.c @@ -97,7 +97,6 @@ main (int argc, char *argv[]) int ret; gtk_test_init (&argc, &argv); - g_thread_init (NULL); ephy_debug_init (); ephy_embed_prefs_init (); |