summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-search-provider.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-26 11:57:16 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-26 11:57:16 -0400
commit98e5c66258dfd65f6140d40e007917b3762c15b8 (patch)
tree6e6718e524e1966e314e7eab7ee345b5fd002da4 /src/nautilus-shell-search-provider.c
parent860f748ab2f47be2a604f89bd86e9499380f82a8 (diff)
downloadnautilus-98e5c66258dfd65f6140d40e007917b3762c15b8.tar.gz
all: remove deprecated g_type_init()
Now that we depend on GLib master anyway.
Diffstat (limited to 'src/nautilus-shell-search-provider.c')
-rw-r--r--src/nautilus-shell-search-provider.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index f33c6ec2c..e45b2f308 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -832,8 +832,6 @@ nautilus_shell_search_provider_app_class_init (NautilusShellSearchProviderAppCla
static GApplication *
nautilus_shell_search_provider_app_new (void)
{
- g_type_init ();
-
return g_object_new (nautilus_shell_search_provider_app_get_type (),
NULL);
}