aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-proxy.c
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-21 17:08:11 +0000
committerTarmac <Unknown>2013-01-21 17:08:11 +0000
commit3c16f805f46f267bb6afd1a9aa9d595537671150 (patch)
treecd48d64fb216a4c5b13728ba34886db25109e32d /tests/test-glib-proxy-proxy.c
parent7ed59b018db3d7074b722faf916dfdb87c625eec (diff)
parente4cc7623afb7d462820f3405b57e90bc68eca3ee (diff)
downloadlibdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.tar.gz
libdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.tar.bz2
libdbusmenu-3c16f805f46f267bb6afd1a9aa9d595537671150.zip
Remove uses of g_type_init. Fixes: https://bugs.launchpad.net/bugs/1102468, https://bugs.launchpad.net/bugs/1102471.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r--tests/test-glib-proxy-proxy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c
index 8a17ead..f5acc92 100644
--- a/tests/test-glib-proxy-proxy.c
+++ b/tests/test-glib-proxy-proxy.c
@@ -49,8 +49,6 @@ name_lost (GDBusConnection * connection, const gchar * name, gpointer user_data)
int
main (int argc, char ** argv)
{
- g_type_init();
-
if (argc != 3) {
g_error ("Need two params");
return 1;