[glib] Remove a check that triggers deprecation warnings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove a check that triggers deprecation warnings
- Date: Mon, 30 Jan 2012 19:18:31 +0000 (UTC)
commit b01af10c86bece6271bdbda09c28d7a3b63d0709
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 30 14:06:22 2012 -0500
Remove a check that triggers deprecation warnings
gobject/tests/reference.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gobject/tests/reference.c b/gobject/tests/reference.c
index 39146c5..a912f31 100644
--- a/gobject/tests/reference.c
+++ b/gobject/tests/reference.c
@@ -25,7 +25,6 @@ test_fundamentals (void)
g_assert (G_TYPE_IS_FUNDAMENTAL (G_TYPE_OBJECT));
g_assert (G_TYPE_OBJECT == g_object_get_type ());
g_assert (G_TYPE_IS_FUNDAMENTAL (G_TYPE_VARIANT));
- g_assert (G_TYPE_VARIANT == g_variant_get_gtype ());
g_assert (G_TYPE_IS_DERIVED (G_TYPE_INITIALLY_UNOWNED));
g_assert (g_type_fundamental_next () == G_TYPE_MAKE_FUNDAMENTAL (G_TYPE_RESERVED_USER_FIRST));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]