summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-error.c4
-rw-r--r--tests/test-replace.c4
2 files changed, 0 insertions, 8 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);
diff --git a/tests/test-replace.c b/tests/test-replace.c
index 5af0c27..eea6409 100644
--- a/tests/test-replace.c
+++ b/tests/test-replace.c
@@ -28,10 +28,6 @@ main ()
GError *error;
error = NULL;
-#ifndef GLIB_VERSION_2_36
- g_type_init ();
-#endif
-
notify_init ("Replace Test");
n = notify_notification_new ("Summary",