[gnome-settings-daemon] sound: GCC 4.6 warning fixes



commit fd5ea128d2255316da12d4e248f17422e0e64ff4
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Mar 2 18:17:12 2011 +0000

    sound: GCC 4.6 warning fixes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642803

 plugins/sound/gsd-sound-manager.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/sound/gsd-sound-manager.c b/plugins/sound/gsd-sound-manager.c
index 85ebade..024a56b 100644
--- a/plugins/sound/gsd-sound-manager.c
+++ b/plugins/sound/gsd-sound-manager.c
@@ -341,9 +341,6 @@ gsd_sound_manager_constructor (
                 GObjectConstructParam *construct_properties)
 {
         GsdSoundManager *m;
-        GsdSoundManagerClass *klass;
-
-        klass = GSD_SOUND_MANAGER_CLASS (g_type_class_peek (GSD_TYPE_SOUND_MANAGER));
 
         m = GSD_SOUND_MANAGER (G_OBJECT_CLASS (gsd_sound_manager_parent_class)->constructor (
                                                            type,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]