[gnome-settings-daemon] print-notifications: Remove empty constructor function



commit a4d85f9de4adba28b16f1dd4c4ef7deab7dffde2
Author: Kalev Lember <kalevlember gmail com>
Date:   Sat Sep 7 21:02:54 2013 +0200

    print-notifications: Remove empty constructor function
    
    It was just chaining up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707705

 .../gsd-print-notifications-manager.c              |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/plugins/print-notifications/gsd-print-notifications-manager.c 
b/plugins/print-notifications/gsd-print-notifications-manager.c
index 6cd7d21..89a78c0 100644
--- a/plugins/print-notifications/gsd-print-notifications-manager.c
+++ b/plugins/print-notifications/gsd-print-notifications-manager.c
@@ -1405,26 +1405,11 @@ gsd_print_notifications_manager_stop (GsdPrintNotificationsManager *manager)
         scp_handler (manager, FALSE);
 }
 
-static GObject *
-gsd_print_notifications_manager_constructor (GType                  type,
-                                             guint                  n_construct_properties,
-                                             GObjectConstructParam *construct_properties)
-{
-        GsdPrintNotificationsManager      *print_notifications_manager;
-
-        print_notifications_manager = GSD_PRINT_NOTIFICATIONS_MANAGER (G_OBJECT_CLASS 
(gsd_print_notifications_manager_parent_class)->constructor (type,
-                                                                                                             
                                      n_construct_properties,
-                                                                                                             
                                      construct_properties));
-
-        return G_OBJECT (print_notifications_manager);
-}
-
 static void
 gsd_print_notifications_manager_class_init (GsdPrintNotificationsManagerClass *klass)
 {
         GObjectClass   *object_class = G_OBJECT_CLASS (klass);
 
-        object_class->constructor = gsd_print_notifications_manager_constructor;
         object_class->finalize = gsd_print_notifications_manager_finalize;
 
         g_type_class_add_private (klass, sizeof (GsdPrintNotificationsManagerPrivate));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]