Revert the patch for bug 527214 and related changes. GTimer

is supposed to work without threads.


svn path=/trunk/; revision=6943
This commit is contained in:
Matthias Clasen
2008-05-27 16:00:51 +00:00
parent ab81018b52
commit 689a9e4b1a
14 changed files with 23 additions and 26 deletions

View File

@@ -318,7 +318,6 @@ main (int argc,
char *argv[])
{
g_type_init ();
g_thread_init (0);
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);