summaryrefslogtreecommitdiff
path: root/tests/test-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-error.c')
-rw-r--r--tests/test-error.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-error.c b/tests/test-error.c
index 66d7675..e18428b 100644
--- a/tests/test-error.c
+++ b/tests/test-error.c
@@ -29,10 +29,6 @@ main ()
{
NotifyNotification *n;
-#ifndef GLIB_VERSION_2_36
- g_type_init ();
-#endif
-
notify_init ("Error Handling");
n = notify_notification_new ("Summary", "Content", NULL);