[gnome-media] Remove unused variables in gvc_balance_bar_constructor
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-media] Remove unused variables in gvc_balance_bar_constructor
- Date: Mon, 21 Sep 2009 14:43:35 +0000 (UTC)
commit e6cc8675819de14c3ffd75bca52d447f31c07d7c
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 17 17:58:08 2009 +0100
Remove unused variables in gvc_balance_bar_constructor
https://bugzilla.gnome.org/show_bug.cgi?id=595491
gnome-volume-control/src/gvc-balance-bar.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/gnome-volume-control/src/gvc-balance-bar.c b/gnome-volume-control/src/gvc-balance-bar.c
index 17b15d0..45a6161 100644
--- a/gnome-volume-control/src/gvc-balance-bar.c
+++ b/gnome-volume-control/src/gvc-balance-bar.c
@@ -363,14 +363,7 @@ gvc_balance_bar_constructor (GType type,
guint n_construct_properties,
GObjectConstructParam *construct_params)
{
- GObject *object;
- GvcBalanceBar *self;
-
- object = G_OBJECT_CLASS (gvc_balance_bar_parent_class)->constructor (type, n_construct_properties, construct_params);
-
- self = GVC_BALANCE_BAR (object);
-
- return object;
+ return G_OBJECT_CLASS (gvc_balance_bar_parent_class)->constructor (type, n_construct_properties, construct_params);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]