[gnome-settings-daemon] sound: Remove empty constructor function
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] sound: Remove empty constructor function
- Date: Sun, 8 Sep 2013 16:08:17 +0000 (UTC)
commit c2b32ad0641d28d6804b09680e8df22bf9bb7d7c
Author: Kalev Lember <kalevlember gmail com>
Date: Sat Sep 7 21:05:46 2013 +0200
sound: Remove empty constructor function
It was just chaining up.
https://bugzilla.gnome.org/show_bug.cgi?id=707705
plugins/sound/gsd-sound-manager.c | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/plugins/sound/gsd-sound-manager.c b/plugins/sound/gsd-sound-manager.c
index 418fcb1..8155150 100644
--- a/plugins/sound/gsd-sound-manager.c
+++ b/plugins/sound/gsd-sound-manager.c
@@ -307,22 +307,6 @@ gsd_sound_manager_stop (GsdSoundManager *manager)
}
}
-static GObject *
-gsd_sound_manager_constructor (
- GType type,
- guint n_construct_properties,
- GObjectConstructParam *construct_properties)
-{
- GsdSoundManager *m;
-
- m = GSD_SOUND_MANAGER (G_OBJECT_CLASS (gsd_sound_manager_parent_class)->constructor (
- type,
- n_construct_properties,
- construct_properties));
-
- return G_OBJECT (m);
-}
-
static void
gsd_sound_manager_dispose (GObject *object)
{
@@ -340,7 +324,6 @@ gsd_sound_manager_class_init (GsdSoundManagerClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS (klass);
- object_class->constructor = gsd_sound_manager_constructor;
object_class->dispose = gsd_sound_manager_dispose;
object_class->finalize = gsd_sound_manager_finalize;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]