From 94daae3dba8e86e88f69320bc82795fe660ec9cd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 15 Jun 2012 09:04:08 +0200 Subject: Remove the last remaining usage of GConf --- shell/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 521f817623..d6de1499e4 100644 --- a/shell/main.c +++ b/shell/main.c @@ -30,8 +30,6 @@ #include #endif -#include - #if HAVE_CLUTTER #include #include @@ -497,9 +495,6 @@ main (gint argc, g_type_init (); - /* this is to initialize threading for dbus-glib used by GConf */ - dbus_g_thread_init (); - /* do not require Gtk+ for --force-shutdown */ if (argc == 2 && argv[1] && g_str_equal (argv[1], "--force-shutdown")) { shell_force_shutdown (); -- cgit