From 93209fafabe5c7326f96cc113124161c5c062a19 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sun, 11 Nov 2018 23:57:03 -0200 Subject: [PATCH] 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);