[gnome-control-center: 14/16] keyboard: remove unused code



commit d0c32c38a3013fdeac0dbaca092f9b1395136a38
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 f8ace3b..e9b8edd 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]