From ff7084ffe4a935a4cfafc9cd44a9b9daf43cb976 Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Sun, 23 Aug 2009 08:31:14 -0400 Subject: Bug 571488 - Migrate from deprecated gnome_sound to libcanberra --- shell/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index a8a385025a..f27961dbd2 100644 --- a/shell/main.c +++ b/shell/main.c @@ -56,7 +56,6 @@ #include #include -#include #include @@ -635,7 +634,6 @@ main (gint argc, gchar **argv) exit (0); categories_icon_theme_hack (); - gnome_sound_init ("localhost"); gtk_accel_map_load (e_get_accels_filename ()); if (!disable_eplugin) { @@ -675,7 +673,6 @@ main (gint argc, gchar **argv) gtk_accel_map_save (e_get_accels_filename ()); e_icon_factory_shutdown (); - gnome_sound_shutdown (); e_cursors_shutdown (); #ifdef G_OS_WIN32 link_shutdown (); -- cgit