[gnome-control-center/wip/gbsneto/new-keyboard-panel: 8/10] keyboard: remove unused code
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/gbsneto/new-keyboard-panel: 8/10] keyboard: remove unused code
- Date: Mon, 25 Jul 2016 00:22:50 +0000 (UTC)
commit 9b6d99bc4ebf838c2355d097edbf78379fbce020
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jul 19 17:22:38 2016 -0300
keyboard: remove unused code
CcKeyboardItem overrides GObject:constructor with an
empty function that only hooks up with the parent
constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=769063
panels/keyboard/cc-keyboard-item.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/panels/keyboard/cc-keyboard-item.c b/panels/keyboard/cc-keyboard-item.c
index 6f2ad92..0d2ea99 100644
--- a/panels/keyboard/cc-keyboard-item.c
+++ b/panels/keyboard/cc-keyboard-item.c
@@ -244,20 +244,6 @@ cc_keyboard_item_get_property (GObject *object,
}
}
-static GObject *
-cc_keyboard_item_constructor (GType type,
- guint n_construct_properties,
- GObjectConstructParam *construct_properties)
-{
- CcKeyboardItem *keyboard_item;
-
- keyboard_item = CC_KEYBOARD_ITEM (G_OBJECT_CLASS (cc_keyboard_item_parent_class)->constructor (type,
-
n_construct_properties,
-
construct_properties));
-
- return G_OBJECT (keyboard_item);
-}
-
static void
cc_keyboard_item_class_init (CcKeyboardItemClass *klass)
{
@@ -265,7 +251,6 @@ cc_keyboard_item_class_init (CcKeyboardItemClass *klass)
object_class->get_property = cc_keyboard_item_get_property;
object_class->set_property = cc_keyboard_item_set_property;
- object_class->constructor = cc_keyboard_item_constructor;
object_class->finalize = cc_keyboard_item_finalize;
g_object_class_install_property (object_class,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]