summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-19 18:32:33 -0500
committerRyan Lortie <desrt@desrt.ca>2012-11-19 18:34:26 -0500
commite290b7857d853e9794d42a2a1d1857a1521f698f (patch)
treeada8292e1e976ba015ba4c029a3ce004334a2f56 /service
parent8cda34cd9413ed9319531c86590bc8e7572fb95b (diff)
downloaddconf-e290b7857d853e9794d42a2a1d1857a1521f698f.tar.gz
Remove calls to g_type_init()
Since we now have a hard dependency on the newer GLib anyway.
Diffstat (limited to 'service')
-rw-r--r--service/dconf-service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/dconf-service.c b/service/dconf-service.c
index 088a9ba..f4b2515 100644
--- a/service/dconf-service.c
+++ b/service/dconf-service.c
@@ -228,8 +228,6 @@ dconf_service_class_init (GApplicationClass *class)
GApplication *
dconf_service_new (void)
{
- g_type_init ();
-
return g_object_new (DCONF_TYPE_SERVICE,
"application-id", "ca.desrt.dconf",
"flags", G_APPLICATION_IS_SERVICE,