From d0c32c38a3013fdeac0dbaca092f9b1395136a38 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 19 Jul 2016 17:22:38 -0300 Subject: [PATCH] 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 file changed, 15 deletions(-) diff --git a/panels/keyboard/cc-keyboard-item.c b/panels/keyboard/cc-keyboard-item.c index f8ace3b2a..e9b8eddb0 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,