diff options
author | Colin Walters <walters@verbum.org> | 2012-10-16 10:58:08 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-16 10:58:08 -0400 |
commit | 448230b381a6ba0394962ca73f35af563b5de4c9 (patch) | |
tree | 8ff75402b252b4cbcedd1e8934df3399a5fae1cc /girepository/gthash-test.c | |
parent | d86fc68738bb31e1ed26680ca5d1548721bc9de8 (diff) | |
download | gobject-introspection-448230b381a6ba0394962ca73f35af563b5de4c9.tar.gz |
Drop calls to g_type_init()
And bump our GLib requirement.
Diffstat (limited to 'girepository/gthash-test.c')
-rw-r--r-- | girepository/gthash-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/girepository/gthash-test.c b/girepository/gthash-test.c index ea811e35..faeb2dc5 100644 --- a/girepository/gthash-test.c +++ b/girepository/gthash-test.c @@ -56,7 +56,6 @@ test_build_retrieve (void) int main(int argc, char **argv) { - g_type_init (); g_test_init (&argc, &argv, NULL); g_test_add_func ("/gthash/build-retrieve", test_build_retrieve); |