summaryrefslogtreecommitdiff
path: root/tests/test-view.c
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-03 13:11:05 +0100
committerShaun McCance <shaunm@gnome.org>2012-01-21 11:40:12 -0500
commit52fc51bae2244d2b9a9441914f3f4d81eb82eb8a (patch)
tree45081ec713feb4b8e5ac8df6b8599dd2324e665c /tests/test-view.c
parent5ce1d0c421380d94be97a3003698a29672926e4d (diff)
downloadyelp-52fc51bae2244d2b9a9441914f3f4d81eb82eb8a.tar.gz
Don't call g_thread_init()
This completes commit f5c1a48 and removes the remaining calls. https://bugzilla.gnome.org/show_bug.cgi?id=663285
Diffstat (limited to 'tests/test-view.c')
-rw-r--r--tests/test-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-view.c b/tests/test-view.c
index 211144c1..73eeb37e 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -68,7 +68,6 @@ main (int argc, char **argv)
YelpDocument *document;
GCancellable *cancellable;
- g_thread_init (NULL);
gtk_init (&argc, &argv);
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);