[gnome-control-center/gbsneto/panel-widget-in-sidebar: 1/14] panel: Remove useless get_type() function



commit 93209fafabe5c7326f96cc113124161c5c062a19
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Nov 11 23:57:03 2018 -0200

    panel: Remove useless get_type() function
    
    It is already declared by G_DECLARE_DERIVABLE_TYPE().

 shell/cc-panel.h | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/shell/cc-panel.h b/shell/cc-panel.h
index a76f18a45..ae73d5fa4 100644
--- a/shell/cc-panel.h
+++ b/shell/cc-panel.h
@@ -84,8 +84,6 @@ struct _CcPanelClass
   GtkWidget *   (* get_title_widget) (CcPanel *panel);
 };
 
-GType        cc_panel_get_type         (void);
-
 CcShell*     cc_panel_get_shell        (CcPanel     *panel);
 
 GPermission *cc_panel_get_permission   (CcPanel     *panel);


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